diff options
author | Oliver Schramm <oliver.schramm97@gmail.com> | 2013-07-24 12:41:40 +0200 |
---|---|---|
committer | Oliver Schramm <oliver.schramm97@gmail.com> | 2013-07-24 13:31:12 +0200 |
commit | 0dcf24acc10e7ad52bf47c39faf14b118fd1566d (patch) | |
tree | 4fb79248ee24f027b2400cca0bce601e3b745983 /phpBB/styles/subsilver2/template/bbcode.html | |
parent | f0516b7d2a0ac0e1fbf6832cfcfde119ad508907 (diff) | |
download | forums-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.html | 4 |
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 --> |