aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/bbcode.html
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-07-31 02:20:27 +0200
committerJoas Schilling <nickvergessen@gmx.de>2013-07-31 02:20:27 +0200
commitbbc04e86079a4963abaa667f24524450a3d12d8a (patch)
tree559ebfa8888631ea14195b983617429721959475 /phpBB/styles/prosilver/template/bbcode.html
parentd96d64babad4421cc29a6fe668f570aedd8e213a (diff)
parent95c603d545ade8ab37e81fd99f2b62765a54bcb0 (diff)
downloadforums-bbc04e86079a4963abaa667f24524450a3d12d8a.tar
forums-bbc04e86079a4963abaa667f24524450a3d12d8a.tar.gz
forums-bbc04e86079a4963abaa667f24524450a3d12d8a.tar.bz2
forums-bbc04e86079a4963abaa667f24524450a3d12d8a.tar.xz
forums-bbc04e86079a4963abaa667f24524450a3d12d8a.zip
Merge remote-tracking branch 'Elsensee/ticket/8228' into develop
* Elsensee/ticket/8228: [ticket/8228] Fix still existing problems with code in firefox [ticket/8228] Fix whitespaces before code in Firefox
Diffstat (limited to 'phpBB/styles/prosilver/template/bbcode.html')
-rw-r--r--phpBB/styles/prosilver/template/bbcode.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/bbcode.html b/phpBB/styles/prosilver/template/bbcode.html
index c0c0a2da46..909c09df5a 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}{L_COLON} <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 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 inline_attachment_open --><div class="inline-attachment"><!-- END inline_attachment_open -->
<!-- BEGIN inline_attachment_close --></div><!-- END inline_attachment_close -->