From cd5c226ec8fcf7e98bf6925122f2bae8dc0bf463 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 28 Oct 2007 19:40:30 +0000 Subject: [PATCH] fixed HTML warnings --- lam/lib/modules.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++;