diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-11-22 11:31:50 +0100 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-11-22 11:31:50 +0100 |
| commit | b15ea672fd76ecc339fe9b600026b7d0d4228e39 (patch) | |
| tree | 0c6b24dc3ccb761c2f34d2e46015537ec4b84055 /phpBB/styles | |
| parent | ece3ebc61b14b24ae2f7ea7e9b3d46c3a937fb5e (diff) | |
| parent | 8489e0bdc29b89758beca72e506b5717c4dad590 (diff) | |
| download | forums-b15ea672fd76ecc339fe9b600026b7d0d4228e39.tar forums-b15ea672fd76ecc339fe9b600026b7d0d4228e39.tar.gz forums-b15ea672fd76ecc339fe9b600026b7d0d4228e39.tar.bz2 forums-b15ea672fd76ecc339fe9b600026b7d0d4228e39.tar.xz forums-b15ea672fd76ecc339fe9b600026b7d0d4228e39.zip | |
Merge branch 'develop-ascraeus' into develop
Diffstat (limited to 'phpBB/styles')
| -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 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 /> <!-- ENDIF --></span> </dd> + <!-- ELSE --> + <dd> </dd> <!-- ENDIF --> </dl> <!-- EVENT forumlist_body_forum_row_append --> |
