diff options
author | JoshyPHP <s9e.dev@gmail.com> | 2015-04-29 23:22:30 +0200 |
---|---|---|
committer | JoshyPHP <s9e.dev@gmail.com> | 2015-05-23 01:55:04 +0200 |
commit | 92078dce3393ea705361e1c3c0a332db778ccb0a (patch) | |
tree | 28fc4dc6e9e801d161188249ee2ab2e2e9de836f /phpBB/styles/prosilver | |
parent | 466b71023524960e791291f3a7abe9c99af25daa (diff) | |
download | forums-92078dce3393ea705361e1c3c0a332db778ccb0a.tar forums-92078dce3393ea705361e1c3c0a332db778ccb0a.tar.gz forums-92078dce3393ea705361e1c3c0a332db778ccb0a.tar.bz2 forums-92078dce3393ea705361e1c3c0a332db778ccb0a.tar.xz forums-92078dce3393ea705361e1c3c0a332db778ccb0a.zip |
[ticket/11742] Removed tabs-to-space conversion in [code]
PHPBB3-11742
Diffstat (limited to 'phpBB/styles/prosilver')
-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 3e38d13a32..af8e6ae4b0 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 --><div class="codebox"><p>{L_CODE}{L_COLON} <a href="#" onclick="selectCode(this); return false;">{L_SELECT_ALL_CODE}</a></p><code><!-- END code_open --> -<!-- BEGIN code_close --></code></div><!-- END code_close --> +<!-- BEGIN code_open --><div class="codebox"><p>{L_CODE}{L_COLON} <a href="#" onclick="selectCode(this); return false;">{L_SELECT_ALL_CODE}</a></p><pre><code><!-- END code_open --> +<!-- BEGIN code_close --></code></pre></div><!-- END code_close --> <!-- BEGIN inline_attachment_open --><div class="inline-attachment"><!-- END inline_attachment_open --> <!-- BEGIN inline_attachment_close --></div><!-- END inline_attachment_close --> |