diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-02-23 15:29:38 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-02-23 15:29:38 +0000 |
commit | 7ea118198e3af9f6ff97c883a75b38bef2fc3881 (patch) | |
tree | c09b8ce77e69690aa81447d3cff2caf72b26853c /phpBB/docs | |
parent | 2092f07c544b0a44aba085216eeadc84be5cec5d (diff) | |
download | forums-7ea118198e3af9f6ff97c883a75b38bef2fc3881.tar forums-7ea118198e3af9f6ff97c883a75b38bef2fc3881.tar.gz forums-7ea118198e3af9f6ff97c883a75b38bef2fc3881.tar.bz2 forums-7ea118198e3af9f6ff97c883a75b38bef2fc3881.tar.xz forums-7ea118198e3af9f6ff97c883a75b38bef2fc3881.zip |
- Fix quote bbcode parsing adding too much closing tags on special conditions - #20735
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8393 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 36c52a23c8..677ace42fe 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -127,6 +127,7 @@ <li>[Change] Use correct string for filesize (MiB instead of MB for example)</li> <li>[Change] Remove left join for query used to retrieve already assigned users and groups within permission panel (Bug #20235)</li> <li>[Fix] Correctly return sole whitespaces if used with BBCodes (Bug #19535)</li> + <li>[Fix] Quote bbcode parsing adding too much closing tags on special conditions (Bug #20735)</li> </ul> <a name="v30rc8"></a><h3>1.i. Changes since 3.0.RC8</h3> |