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/prosilver/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/prosilver/template/bbcode.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/bbcode.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/bbcode.html b/phpBB/styles/prosilver/template/bbcode.html index c0c0a2da46..460d102c28 100644 --- a/phpBB/styles/prosilver/template/bbcode.html +++ b/phpBB/styles/prosilver/template/bbcode.html @@ -12,8 +12,8 @@ <!-- BEGIN quote_open --><blockquote class="uncited"><div><!-- END quote_open --> <!-- BEGIN quote_close --></div></blockquote><!-- END quote_close --> -<!-- BEGIN code_open --><dl class="codebox"><dt>{L_CODE}{L_COLON} <a href="#" onclick="selectCode(this); return false;">{L_SELECT_ALL_CODE}</a></dt><dd><code><!-- END code_open --> -<!-- BEGIN code_close --></code></dd></dl><!-- END code_close --> +<!-- BEGIN code_open --><dl class="codebox"><dt>{L_CODE}{L_COLON} <a href="#" onclick="selectCode(this); return false;">{L_SELECT_ALL_CODE}</a></dt><dd><pre><!-- END code_open --> +<!-- BEGIN code_close --></pre></dd></dl><!-- END code_close --> <!-- BEGIN inline_attachment_open --><div class="inline-attachment"><!-- END inline_attachment_open --> <!-- BEGIN inline_attachment_close --></div><!-- END inline_attachment_close --> |
