aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-11-22 11:31:31 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-11-22 11:31:31 +0100
commita415b8e37b683fcb7d0702df0695850c7980d770 (patch)
treeb48f98b16de1bf97ba5c42ece144ad1f53cd20e6
parentd4fd5e3365922deac9a72254a00461f1f74a9203 (diff)
parent867bfa3f9ec56eee2a4f642edb04fc105acb2a46 (diff)
downloadforums-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>&nbsp;</dd> to <dl> for xhtml correctness
-rw-r--r--phpBB/styles/prosilver/template/forumlist_body.html2
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 />&nbsp;<!-- ENDIF --></span>
</dd>
+ <!-- ELSE -->
+ <dd>&nbsp;</dd>
<!-- ENDIF -->
</dl>
</li>