diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-09-19 16:42:55 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-09-19 16:42:55 +0000 |
commit | 80ced5c0b76297b86f6a8ba4feb1618caf50d8d0 (patch) | |
tree | 10025fe37ce4a6e0608984c208cb987edb26f80c /phpBB/styles/subsilver2/template/bbcode.html | |
parent | 01c1c27f2c148b38ce9f3f73980cba27a525d30f (diff) | |
download | forums-80ced5c0b76297b86f6a8ba4feb1618caf50d8d0.tar forums-80ced5c0b76297b86f6a8ba4feb1618caf50d8d0.tar.gz forums-80ced5c0b76297b86f6a8ba4feb1618caf50d8d0.tar.bz2 forums-80ced5c0b76297b86f6a8ba4feb1618caf50d8d0.tar.xz forums-80ced5c0b76297b86f6a8ba4feb1618caf50d8d0.zip |
support tabs in code selections (Bug #25445). Still does not solve the strange "4 spaces prefixed on every line" problem in firefox. :/
git-svn-id: file:///svn/phpbb/trunk@8894 89ea8834-ac86-4346-8a33-228a782c2dd0
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 50162740d0..0e95fdbcf3 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}:</b></div><div class="codecontent"> +<div class="codetitle"><b>{L_CODE}:</b></div><div class="codecontent"><pre> <!-- END code_open --> <!-- BEGIN code_close --> -</div> +</pre></div> <!-- END code_close --> <!-- BEGIN inline_attachment_open --> |