aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorPayBas <contact@paybas.com>2014-06-10 18:33:32 +0200
committerPayBas <contact@paybas.com>2014-06-24 00:02:25 +0200
commit1189fc9e51689d72544cab833cb8f5d6c860b26e (patch)
tree4f677c339cb609a6143b0dcd1b08435589806f53 /phpBB
parent1cf6a0e124f34efb34101997c9f1947fdd426951 (diff)
downloadforums-1189fc9e51689d72544cab833cb8f5d6c860b26e.tar
forums-1189fc9e51689d72544cab833cb8f5d6c860b26e.tar.gz
forums-1189fc9e51689d72544cab833cb8f5d6c860b26e.tar.bz2
forums-1189fc9e51689d72544cab833cb8f5d6c860b26e.tar.xz
forums-1189fc9e51689d72544cab833cb8f5d6c860b26e.zip
[ticket/12648] Fix poll tab display error
PHPBB3-12648
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/styles/prosilver/template/posting_editor.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html
index 0e041742ed..a0ab494441 100644
--- a/phpBB/styles/prosilver/template/posting_editor.html
+++ b/phpBB/styles/prosilver/template/posting_editor.html
@@ -109,7 +109,7 @@
</a>
</li>
<!-- ENDIF -->
- <!-- IF S_SHOW_POLL_BOX || S_POLL_DELETE --><li id="poll-panel-tab"><a href="#tabs" data-subpanel="poll-panel" role="tab" aria-controls="poll-panel"><span>{L_ADD_POLL}</span></a></li><!-- ENDIF -->
+ <!-- IF S_SHOW_POLL_BOX || S_POLL_DELETE --><li id="poll-panel-tab" class="tab"><a href="#tabs" data-subpanel="poll-panel" role="tab" aria-controls="poll-panel"><span>{L_ADD_POLL}</span></a></li><!-- ENDIF -->
</ul>
</div>
<!-- ENDIF -->