Skip to content

Commit

Permalink
fixed img
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberroland committed Jul 10, 2024
1 parent 8dfb28b commit a7de624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lam/lib/modules.inc
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ function printHelpLink($entry, $number, $module = '', $scope = '', $classes = []
}
echo "<a class=\"margin2 " . implode(" ", $classes) . "\" href=\"" . $helpPath . "help.php?module=$module&amp;HelpNumber=" . $number . "&amp;scope=" . $scope . $selfServiceOption . "\" ";
echo "target=\"help\" tabindex=\"-1\">";
echo "<img helptitle=\"" . $title . "\" helpdata=\"" . $message . "\" class=\"align-middle help-icon\" src=\"../{$helpPath}graphics/help.svg\" alt=\"" . _('Help') . "\" width=\"16px\" height=\"16px\">";
echo "<img helptitle=\"" . $title . "\" helpdata=\"" . $message . "\" class=\"align-middle help-icon\" src=\"../{$helpPath}graphics/help.svg\" alt=\"" . _('Help') . "\" width=\"16\" height=\"16\">";
echo "</a>";
}

Expand Down

0 comments on commit a7de624

Please sign in to comment.