diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-11-22 11:31:31 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-11-22 11:31:31 +0100 |
commit | a415b8e37b683fcb7d0702df0695850c7980d770 (patch) | |
tree | b48f98b16de1bf97ba5c42ece144ad1f53cd20e6 | |
parent | d4fd5e3365922deac9a72254a00461f1f74a9203 (diff) | |
parent | 867bfa3f9ec56eee2a4f642edb04fc105acb2a46 (diff) | |
download | forums-a415b8e37b683fcb7d0702df0695850c7980d770.tar forums-a415b8e37b683fcb7d0702df0695850c7980d770.tar.gz forums-a415b8e37b683fcb7d0702df0695850c7980d770.tar.bz2 forums-a415b8e37b683fcb7d0702df0695850c7980d770.tar.xz forums-a415b8e37b683fcb7d0702df0695850c7980d770.zip |
Merge pull request #3164 from Crizz0/ticket/10442
[ticket/10442] Adds <dd> </dd> to <dl> for xhtml correctness
-rw-r--r-- | phpBB/styles/prosilver/template/forumlist_body.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/forumlist_body.html b/phpBB/styles/prosilver/template/forumlist_body.html index e9ed5d9daf..536488243f 100644 --- a/phpBB/styles/prosilver/template/forumlist_body.html +++ b/phpBB/styles/prosilver/template/forumlist_body.html @@ -47,6 +47,8 @@ <!-- IF forumrow.LAST_POST_TIME --><dfn>{L_LAST_POST}</dfn> {L_POST_BY_AUTHOR} {forumrow.LAST_POSTER_FULL} <!-- IF not S_IS_BOT --><a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a> <!-- ENDIF --><br />{forumrow.LAST_POST_TIME}<!-- ELSE -->{L_NO_POSTS}<br /> <!-- ENDIF --></span> </dd> + <!-- ELSE --> + <dd> </dd> <!-- ENDIF --> </dl> </li> |