fixed HTML warnings

This commit is contained in:
Roland Gruber 2007-10-28 19:40:30 +00:00
parent 1d760ff514
commit cd5c226ec8
1 changed files with 1 additions and 1 deletions

View File

@ -689,7 +689,7 @@ function parseHtml($module, $input, $values, $restricted, &$tabindex, &$tabindex
case 'help':
$helpPath = "../";
if (is_file("./help.php")) $helpPath = "";
echo "<a href=" . $helpPath . "help.php?module=$module&amp;HelpNumber=". $input[$i][$j]['value'] . "&amp;scope=" . $scope . " target=\"help\" tabindex=$tabindexLink>";
echo "<a href=\"" . $helpPath . "help.php?module=$module&amp;HelpNumber=". $input[$i][$j]['value'] . "&amp;scope=" . $scope . "\" target=\"help\" tabindex=$tabindexLink>";
echo "<img src=\"../$helpPath/graphics/help.png\" alt=\"" . _('Help') . "\" title=\"" . _('Help') . "\">";
echo "</a>\n";
$tabindexLink++;