diff options
| author | Oliver Schramm <oliver.schramm97@gmail.com> | 2013-07-30 18:00:47 +0200 |
|---|---|---|
| committer | Oliver Schramm <oliver.schramm97@gmail.com> | 2013-07-30 18:00:47 +0200 |
| commit | 95c603d545ade8ab37e81fd99f2b62765a54bcb0 (patch) | |
| tree | 2551a544d510169e262b2dd616e87af3bec6b708 /phpBB/styles/prosilver/template/bbcode.html | |
| parent | 0dcf24acc10e7ad52bf47c39faf14b118fd1566d (diff) | |
| download | forums-95c603d545ade8ab37e81fd99f2b62765a54bcb0.tar forums-95c603d545ade8ab37e81fd99f2b62765a54bcb0.tar.gz forums-95c603d545ade8ab37e81fd99f2b62765a54bcb0.tar.bz2 forums-95c603d545ade8ab37e81fd99f2b62765a54bcb0.tar.xz forums-95c603d545ade8ab37e81fd99f2b62765a54bcb0.zip | |
[ticket/8228] Fix still existing problems with code in firefox
A user of a board mentioned that there are still some problems
in firefox if php-highlighting is on. So I used a snippet which
they worked on for weeks. Link to the snippet (in german):
http://www.ongray-design.de/forum/viewtopic.php?t=541
PHPBB3-8228
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 460d102c28..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><pre><!-- END code_open --> -<!-- BEGIN code_close --></pre></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 --> |
