Removed hgroup tag
authorMarcel Werk <burntime@woltlab.com>
Sat, 27 Apr 2013 19:44:55 +0000 (21:44 +0200)
committerMarcel Werk <burntime@woltlab.com>
Sat, 27 Apr 2013 19:44:55 +0000 (21:44 +0200)
templates/legalNotice.tpl

index a67629e6ab19b11bcb4c4c9f8e0b1b9db4079b3d..c47610177a297775e624d6b0985aea80b1d7cfd3 100644 (file)
 {include file='header'}
 
 <header class="boxHeadline">
-       <hgroup>
-               <h1>{lang}wcf.legalNotice.title{/lang}</h1>
-               <h2>{lang}wcf.legalNotice.description{/lang}</h2>
-       </hgroup>
+       <h1>{lang}wcf.legalNotice.title{/lang}</h1>
+       <p>{lang}wcf.legalNotice.description{/lang}</p>
 </header>
 
 {include file='userNotice'}