aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/bbcode.html
diff options
context:
space:
mode:
authorOliver Schramm <oliver.schramm97@gmail.com>2013-07-24 12:41:40 +0200
committerOliver Schramm <oliver.schramm97@gmail.com>2013-07-24 13:31:12 +0200
commit0dcf24acc10e7ad52bf47c39faf14b118fd1566d (patch)
tree4fb79248ee24f027b2400cca0bce601e3b745983 /phpBB/styles/subsilver2/template/bbcode.html
parentf0516b7d2a0ac0e1fbf6832cfcfde119ad508907 (diff)
downloadforums-0dcf24acc10e7ad52bf47c39faf14b118fd1566d.tar
forums-0dcf24acc10e7ad52bf47c39faf14b118fd1566d.tar.gz
forums-0dcf24acc10e7ad52bf47c39faf14b118fd1566d.tar.bz2
forums-0dcf24acc10e7ad52bf47c39faf14b118fd1566d.tar.xz
forums-0dcf24acc10e7ad52bf47c39faf14b118fd1566d.zip
[ticket/8228] Fix whitespaces before code in Firefox
Based on the "[code] enhancements" modification by TerraFrost PHPBB3-8228
Diffstat (limited to 'phpBB/styles/subsilver2/template/bbcode.html')
-rw-r--r--phpBB/styles/subsilver2/template/bbcode.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subsilver2/template/bbcode.html b/phpBB/styles/subsilver2/template/bbcode.html
index efcf5e1acb..5558716cad 100644
--- a/phpBB/styles/subsilver2/template/bbcode.html
+++ b/phpBB/styles/subsilver2/template/bbcode.html
@@ -21,11 +21,11 @@
<!-- END quote_close -->
<!-- BEGIN code_open -->
-<div class="codetitle"><b>{L_CODE}{L_COLON}</b></div><div class="codecontent">
+<div class="codetitle"><b>{L_CODE}{L_COLON}</b></div><pre class="codecontent">
<!-- END code_open -->
<!-- BEGIN code_close -->
-</div>
+</pre>
<!-- END code_close -->
<!-- BEGIN inline_attachment_open -->