diff options
author | David Colón <david@davidiq.com> | 2017-02-28 00:24:57 -0500 |
---|---|---|
committer | David Colón <david@davidiq.com> | 2017-02-28 00:24:57 -0500 |
commit | 25c54beee773d80356de6c141b838d2a03f1a6bc (patch) | |
tree | 94da63f11e9f0205c303571a121e822fc1b43fca | |
parent | 7a1f4d5008e18e45e7a4646ed8e465b49b03a48c (diff) | |
download | forums-25c54beee773d80356de6c141b838d2a03f1a6bc.tar forums-25c54beee773d80356de6c141b838d2a03f1a6bc.tar.gz forums-25c54beee773d80356de6c141b838d2a03f1a6bc.tar.bz2 forums-25c54beee773d80356de6c141b838d2a03f1a6bc.tar.xz forums-25c54beee773d80356de6c141b838d2a03f1a6bc.zip |
[ticket/15106] Remove space before comma in sub-forum list
-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 --> |