aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorCrizzo <mail@crizzo.de>2014-11-22 01:08:14 +0100
committerCrizzo <mail@crizzo.de>2014-11-22 01:08:14 +0100
commit867bfa3f9ec56eee2a4f642edb04fc105acb2a46 (patch)
treeb48f98b16de1bf97ba5c42ece144ad1f53cd20e6 /phpBB
parentd4fd5e3365922deac9a72254a00461f1f74a9203 (diff)
downloadforums-867bfa3f9ec56eee2a4f642edb04fc105acb2a46.tar
forums-867bfa3f9ec56eee2a4f642edb04fc105acb2a46.tar.gz
forums-867bfa3f9ec56eee2a4f642edb04fc105acb2a46.tar.bz2
forums-867bfa3f9ec56eee2a4f642edb04fc105acb2a46.tar.xz
forums-867bfa3f9ec56eee2a4f642edb04fc105acb2a46.zip
[ticket/10442] Adds <dd>&nbsp;</dd> to <dl> for xhtml correctness
PHPBB3-10442
Diffstat (limited to 'phpBB')
-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>