html strict: <h1> statt <p><div>
authorSven Schöling <s.schoeling@linet-services.de>
Wed, 18 Jan 2012 09:37:05 +0000 (10:37 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Wed, 18 Jan 2012 09:37:05 +0000 (10:37 +0100)
templates/webpages/is/form_header.html

index ca2b536..8624365 100644 (file)
@@ -21,7 +21,7 @@
 <input type="hidden" name="follow_up_trans_info_1" value="[% HTML.escape(follow_up_trans_info) %]">
 <input type="hidden" name="follow_up_rowcount" value="1">
 
-<p><div class="listtop" width="100%">[% title %]</div></p>
+<h1>[% title %]</h1>
 
 <p>[% saved_message %]</p>