aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-11-22 11:31:50 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-11-22 11:31:50 +0100
commitb15ea672fd76ecc339fe9b600026b7d0d4228e39 (patch)
tree0c6b24dc3ccb761c2f34d2e46015537ec4b84055
parentece3ebc61b14b24ae2f7ea7e9b3d46c3a937fb5e (diff)
parent8489e0bdc29b89758beca72e506b5717c4dad590 (diff)
downloadforums-b15ea672fd76ecc339fe9b600026b7d0d4228e39.tar
forums-b15ea672fd76ecc339fe9b600026b7d0d4228e39.tar.gz
forums-b15ea672fd76ecc339fe9b600026b7d0d4228e39.tar.bz2
forums-b15ea672fd76ecc339fe9b600026b7d0d4228e39.tar.xz
forums-b15ea672fd76ecc339fe9b600026b7d0d4228e39.zip
Merge branch 'develop-ascraeus' into develop
-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 c90f5b0639..3e7a2cd102 100644
--- a/phpBB/styles/prosilver/template/forumlist_body.html
+++ b/phpBB/styles/prosilver/template/forumlist_body.html
@@ -80,6 +80,8 @@
{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>
<!-- EVENT forumlist_body_forum_row_append -->