diff options
author | PayBas <contact@paybas.com> | 2014-05-30 02:34:07 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-06-05 09:59:34 +0200 |
commit | f2c7890c64082232061ba870ed6781166b1e130d (patch) | |
tree | 95a403ead38cf0ee9478f2935cc4768f68bddb91 /phpBB | |
parent | cd90b39a833604b982491d0c92979cf189c1f426 (diff) | |
download | forums-f2c7890c64082232061ba870ed6781166b1e130d.tar forums-f2c7890c64082232061ba870ed6781166b1e130d.tar.gz forums-f2c7890c64082232061ba870ed6781166b1e130d.tar.bz2 forums-f2c7890c64082232061ba870ed6781166b1e130d.tar.xz forums-f2c7890c64082232061ba870ed6781166b1e130d.zip |
[ticket/12613] Fix functional test and post sorting bug
PHPBB3-12613
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/styles/prosilver/template/viewtopic_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index f0d9891d36..6ed0dd6bab 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -323,7 +323,7 @@ <!-- INCLUDE quickreply_editor.html --> <!-- ENDIF --> -<!-- IF S_NUM_POSTS > 1 --> +<!-- IF S_NUM_POSTS > 1 or .pagination --> <form id="viewtopic" method="post" action="{S_TOPIC_ACTION}"> <fieldset class="display-options" style="margin-top: 0; "> <!-- IF not S_IS_BOT --> |