projects
/
GitHub
/
WoltLab
/
com.woltlab.wcf.legalNotice.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0715790
)
Removed hgroup tag
author
Marcel Werk
<burntime@woltlab.com>
Sat, 27 Apr 2013 19:44:55 +0000
(21:44 +0200)
committer
Marcel Werk
<burntime@woltlab.com>
Sat, 27 Apr 2013 19:44:55 +0000
(21:44 +0200)
templates/legalNotice.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/legalNotice.tpl
b/templates/legalNotice.tpl
index a67629e6ab19b11bcb4c4c9f8e0b1b9db4079b3d..c47610177a297775e624d6b0985aea80b1d7cfd3 100644
(file)
--- a/
templates/legalNotice.tpl
+++ b/
templates/legalNotice.tpl
@@
-13,10
+13,8
@@
{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'}