diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-03-08 21:21:16 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-03-08 21:21:16 +0100 |
commit | f319b93dc3be5bc159a738eb30f7c0ef422e3ea1 (patch) | |
tree | cf69431acbca330da63825f19e4c57bc7c1d778a /phpBB/styles/prosilver | |
parent | e0d31d88970a5fc65c50da64b04f6294ad11719b (diff) | |
parent | 25c54beee773d80356de6c141b838d2a03f1a6bc (diff) | |
download | forums-f319b93dc3be5bc159a738eb30f7c0ef422e3ea1.tar forums-f319b93dc3be5bc159a738eb30f7c0ef422e3ea1.tar.gz forums-f319b93dc3be5bc159a738eb30f7c0ef422e3ea1.tar.bz2 forums-f319b93dc3be5bc159a738eb30f7c0ef422e3ea1.tar.xz forums-f319b93dc3be5bc159a738eb30f7c0ef422e3ea1.zip |
Merge pull request #4713 from DavidIQ/ticket/15106
[ticket/15106] Remove space before comma in sub-forum list
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r-- | phpBB/styles/prosilver/template/forumlist_body.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/template/forumlist_body.html b/phpBB/styles/prosilver/template/forumlist_body.html index 0d6e930d60..4ab6de250f 100644 --- a/phpBB/styles/prosilver/template/forumlist_body.html +++ b/phpBB/styles/prosilver/template/forumlist_body.html @@ -53,9 +53,7 @@ <br /><strong>{forumrow.L_SUBFORUM_STR}{L_COLON}</strong> <!-- BEGIN subforum --> <a href="{forumrow.subforum.U_SUBFORUM}" class="subforum<!-- IF forumrow.subforum.S_UNREAD --> unread<!-- ELSE --> read<!-- ENDIF -->" title="<!-- IF forumrow.subforum.S_UNREAD -->{L_UNREAD_POSTS}<!-- ELSE -->{L_NO_UNREAD_POSTS}<!-- ENDIF -->"> - <i class="icon <!-- IF forumrow.subforum.IS_LINK -->fa-external-link<!-- ELSE -->fa-file-o<!-- ENDIF --> fa-fw <!-- IF forumrow.subforum.S_UNREAD --> icon-red<!-- ELSE --> icon-blue<!-- ENDIF --> icon-md" aria-hidden="true"></i>{forumrow.subforum.SUBFORUM_NAME} - </a> - <!-- IF not forumrow.subforum.S_LAST_ROW -->{L_COMMA_SEPARATOR}<!-- ENDIF --> + <i class="icon <!-- IF forumrow.subforum.IS_LINK -->fa-external-link<!-- ELSE -->fa-file-o<!-- ENDIF --> fa-fw <!-- IF forumrow.subforum.S_UNREAD --> icon-red<!-- ELSE --> icon-blue<!-- ENDIF --> icon-md" aria-hidden="true"></i>{forumrow.subforum.SUBFORUM_NAME}</a><!-- IF not forumrow.subforum.S_LAST_ROW -->{L_COMMA_SEPARATOR}<!-- ENDIF --> <!-- END subforum --> <!-- EVENT forumlist_body_subforums_after --> <!-- ENDIF --> |