mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 06:20:46 +02:00
git-svn-id: file:///svn/phpbb/trunk@7745 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -260,6 +260,7 @@ p a {
|
|||||||
<li>[Fix] Allow for conversions to SQLite (Bug #12279) - patch provided by ToonArmy</li>
|
<li>[Fix] Allow for conversions to SQLite (Bug #12279) - patch provided by ToonArmy</li>
|
||||||
<li>[Fix] Apply colors to guests (Bug #12219)</li>
|
<li>[Fix] Apply colors to guests (Bug #12219)</li>
|
||||||
<li>[Fix] Set the Admin group as founder_manage during conversion (Bug #12287)</li>
|
<li>[Fix] Set the Admin group as founder_manage during conversion (Bug #12287)</li>
|
||||||
|
<li>[Fix] Fixed a special quote BBCode case (Bug #12189)</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
@@ -690,7 +690,7 @@ class bbcode_firstpass extends bbcode
|
|||||||
|
|
||||||
if ($tok == ']')
|
if ($tok == ']')
|
||||||
{
|
{
|
||||||
if ($buffer == '/quote' && sizeof($close_tags))
|
if ($buffer == '/quote' && sizeof($close_tags) && substr($out, -1, 1) == '[')
|
||||||
{
|
{
|
||||||
// we have found a closing tag
|
// we have found a closing tag
|
||||||
$out .= array_pop($close_tags) . ']';
|
$out .= array_pop($close_tags) . ']';
|
||||||
|
Reference in New Issue
Block a user