diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2008-09-19 16:40:24 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-09-19 16:40:24 +0000 |
| commit | 20b08e296186e8ae812a0928d387bb01468af846 (patch) | |
| tree | 75e59325a8342a79a559aef3144f734a3cd86bfd /phpBB/docs | |
| parent | e12fce5f3d74d97b93b5a5931e59f9ddc2355a77 (diff) | |
| download | forums-20b08e296186e8ae812a0928d387bb01468af846.tar forums-20b08e296186e8ae812a0928d387bb01468af846.tar.gz forums-20b08e296186e8ae812a0928d387bb01468af846.tar.bz2 forums-20b08e296186e8ae812a0928d387bb01468af846.tar.xz forums-20b08e296186e8ae812a0928d387bb01468af846.zip | |
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/branches/phpBB-3_0_0@8893 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/CHANGELOG.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 3e05ee96f9..5739223392 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -119,6 +119,7 @@ <li>[Fix] Fix native full text search on postgresql while using excluding keyword matches. (Bug #19195)</li> <li>[Fix] Pass S_SEARCH_ACTION through append_sid() in search.php. (Bug #21585)</li> <li>[Fix] Correctly delete message attachments. (Bug #23755)</li> + <li>[Fix] Support (and retain) tabs in code blocks. (Bug #25445)</li> <li>[Change] No longer allow the direct use of MULTI_INSERT in sql_build_array. sql_multi_insert() must be used.</li> <li>[Change] Display warning in ACP if config.php file is left writable.</li> |
