Skip to content

Commit

Permalink
Fix: Bad link in support tool
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Dec 7, 2009
1 parent c182813 commit fbce725
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions htdocs/support/index.php
Expand Up @@ -17,8 +17,8 @@
*/

/**
* \file htdocs/install/phpinfo.php
* \ingroup install
* \file htdocs/support/index.php
* \ingroup support
* \brief Provide an Online Help support
* \version $Id$
*/
Expand Down Expand Up @@ -154,6 +154,7 @@

print '</td>';
print '</tr><tr>';
$urlwiki='http://wiki.dolibarr.org/index.php/List_of_OpenSource_Software_companies_and_freelancers';
print '<td align="center" valign="top">';
print '<table class="nocellnopadd">';
/*print '<tr><td align="center" valign="top">';
Expand Down

0 comments on commit fbce725

Please sign in to comment.