Changelog und UPGRADE aktualisiert
[kivitendo-erp.git] / templates / webpages / todo / show_todo_list.html
index 8d6a137..466e6bb 100644 (file)
@@ -1,7 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body>
-
- <div class="listtop" style="margin-bottom: 10px">[% 'Your TODO list' | $T8 %]</div>
+[%- USE HTML %]
+<h1>[% 'Your TODO list' | $T8 %]</h1>
 
  [%- IF !todo_list %]
  <p>
@@ -14,5 +13,3 @@
 
  [%- END %]
 
-</body>
-</html>