diff --git a/www/includes/web_functions.inc.php b/www/includes/web_functions.inc.php index 4ebc2bb..27e0c06 100644 --- a/www/includes/web_functions.inc.php +++ b/www/includes/web_functions.inc.php @@ -250,7 +250,7 @@ function render_menu() { else { print '
  • '; } - print "$this_module_name
  • \n"; + print "$this_module_name\n"; } } ?>