diff options
author | hanakin <midaym@gmail.com> | 2017-01-16 12:28:52 -0500 |
---|---|---|
committer | hanakin <midaym@gmail.com> | 2017-01-16 12:28:52 -0500 |
commit | 0d7d4b4ddd682ff9f75447c780f55911e8f739ca (patch) | |
tree | a9b54805d9edfe1008b5813898e519e7ff090789 /phpBB/styles | |
parent | d28c016bef63123c43ac5e0303553aec807eef97 (diff) | |
download | forums-0d7d4b4ddd682ff9f75447c780f55911e8f739ca.tar forums-0d7d4b4ddd682ff9f75447c780f55911e8f739ca.tar.gz forums-0d7d4b4ddd682ff9f75447c780f55911e8f739ca.tar.bz2 forums-0d7d4b4ddd682ff9f75447c780f55911e8f739ca.tar.xz forums-0d7d4b4ddd682ff9f75447c780f55911e8f739ca.zip |
[ticket/15023] Remove unnessecary left-box class
no longer nessecary after this fix
PHPPB3-15023
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/template/viewforum_body.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewforum_body.html b/phpBB/styles/prosilver/template/viewforum_body.html index 7df57106e1..867fd84112 100644 --- a/phpBB/styles/prosilver/template/viewforum_body.html +++ b/phpBB/styles/prosilver/template/viewforum_body.html @@ -189,7 +189,9 @@ {L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL} « <a href="{topicrow.U_LAST_POST}" title="{L_GOTO_LAST_POST}">{topicrow.LAST_POST_TIME}</a> <!-- IF topicrow.S_POST_GLOBAL and FORUM_ID != topicrow.FORUM_ID --><br />{L_POSTED} {L_IN} <a href="{topicrow.U_VIEW_FORUM}">{topicrow.FORUM_NAME}</a><!-- ENDIF --> </div> - <!-- IF topicrow.REPLIES --><span class="responsive-show left-box" style="display: none;">{L_REPLIES}{L_COLON} <strong>{topicrow.REPLIES}</strong></span><!-- ENDIF --> + <!-- IF topicrow.REPLIES --> + <span class="responsive-show" style="display: none;">{L_REPLIES}{L_COLON} <strong>{topicrow.REPLIES}</strong></span> + <!-- ENDIF --> <!-- ENDIF --> <div class="topic-poster responsive-hide"> |