1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

support tabs in code selections (Bug #25445). Still does not solve the strange "4 spaces prefixed on every line" problem in firefox. :/

git-svn-id: file:///svn/phpbb/trunk@8894 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2008-09-19 16:42:55 +00:00
parent 01c1c27f2c
commit 80ced5c0b7
4 changed files with 5 additions and 10 deletions

View File

@@ -21,11 +21,11 @@
<!-- END quote_close -->
<!-- BEGIN code_open -->
<div class="codetitle"><b>{L_CODE}:</b></div><div class="codecontent">
<div class="codetitle"><b>{L_CODE}:</b></div><div class="codecontent"><pre>
<!-- END code_open -->
<!-- BEGIN code_close -->
</div>
</pre></div>
<!-- END code_close -->
<!-- BEGIN inline_attachment_open -->