diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-09-28 17:08:09 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-09-28 17:08:09 +0000 |
commit | 0a98003d91113336cf095c634447d4c14968cebc (patch) | |
tree | ee88ea8f44cd72bd8f0879aa63c983093b0e4de9 /phpBB/styles/subsilver2 | |
parent | 7de4563d05e9ad78dbe3c6369720aa8ba80be60d (diff) | |
download | forums-0a98003d91113336cf095c634447d4c14968cebc.tar forums-0a98003d91113336cf095c634447d4c14968cebc.tar.gz forums-0a98003d91113336cf095c634447d4c14968cebc.tar.bz2 forums-0a98003d91113336cf095c634447d4c14968cebc.tar.xz forums-0a98003d91113336cf095c634447d4c14968cebc.zip |
revert r8893 - there were massive problems with the display and select all code
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8953 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subsilver2')
-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 0e95fdbcf3..50162740d0 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"><pre> +<div class="codetitle"><b>{L_CODE}:</b></div><div class="codecontent"> <!-- END code_open --> <!-- BEGIN code_close --> -</pre></div> +</div> <!-- END code_close --> <!-- BEGIN inline_attachment_open --> |