diff --git a/lam/lib/modules.inc b/lam/lib/modules.inc
index 4001f6ee..2d9edd33 100644
--- a/lam/lib/modules.inc
+++ b/lam/lib/modules.inc
@@ -689,7 +689,7 @@ function parseHtml($module, $input, $values, $restricted, &$tabindex, &$tabindex
case 'help':
$helpPath = "../";
if (is_file("./help.php")) $helpPath = "";
- echo "";
+ echo "";
echo "";
echo "\n";
$tabindexLink++;