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/prosilver/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/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 9c6a640ef4..bb90c46ced 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}: <a href="#" onclick="selectCode(this); return false;">{L_SELECT_ALL_CODE}</a></dt><dd><pre><code><!-- END code_open --> -<!-- BEGIN code_close --></code></pre></dd></dl><!-- END code_close --> +<!-- BEGIN code_open --><dl class="codebox"><dt>{L_CODE}: <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 inline_attachment_open --><div class="inline-attachment"><!-- END inline_attachment_open --> <!-- BEGIN inline_attachment_close --></div><!-- END inline_attachment_close --> |
