diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-09-28 17:09:20 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-09-28 17:09:20 +0000 |
commit | f3844a17f7b5d78a3fff46f653552726defc6499 (patch) | |
tree | 1fd5060b6e8d34edf84813d09563a6a11eb5117a /phpBB/styles/subsilver2/template/bbcode.html | |
parent | c439b286e95b7d12b7c633cb4991e630d430e2ee (diff) | |
download | forums-f3844a17f7b5d78a3fff46f653552726defc6499.tar forums-f3844a17f7b5d78a3fff46f653552726defc6499.tar.gz forums-f3844a17f7b5d78a3fff46f653552726defc6499.tar.bz2 forums-f3844a17f7b5d78a3fff46f653552726defc6499.tar.xz forums-f3844a17f7b5d78a3fff46f653552726defc6499.zip |
revert r8893 - there were massive problems with the display and select all code
git-svn-id: file:///svn/phpbb/trunk@8954 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 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 --> |