X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/01b3bcb99ddc65a3d4504abf3d12f7dff632c05e..1b2a67905e7864f2b4f0eaf98a1d19c03a29e49c:/templates/webpages/menu/menunew.html
diff --git a/templates/webpages/menu/menunew.html b/templates/webpages/menu/menunew.html
index 452c43a2e..7285d867f 100644
--- a/templates/webpages/menu/menunew.html
+++ b/templates/webpages/menu/menunew.html
@@ -1,6 +1,5 @@
[%- USE T8 %]
-[% USE HTML %]
-
+[% USE HTML %]
@@ -20,13 +19,13 @@ window.onload=clockon
+
[%- FOREACH mainitem = menu_items %]
[%- SET main_id = main_id + 1 %]
-
-
+
[%- HTML.escape(mainitem.title) %]
[%- IF mainitem.subitems %]
@@ -48,7 +47,7 @@ window.onload=clockon
[%- FOREACH sub1item = mainitem.subitems %]
[%- SET sub1_id = sub1_id + 1 %]
-
-
+
[%- HTML.escape(sub1item.title) %]
[%- IF sub1item.subitems %]
@@ -57,7 +56,7 @@ window.onload=clockon
[%- FOREACH sub2item = sub1item.subitems %]
[%- SET sub2_id = sub2_id + 1 %]
-
-
+
[%- HTML.escape(sub2item.title) %]
@@ -72,25 +71,25 @@ window.onload=clockon
[%- END %]
-
-
-
-