mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
git-svn-id: file:///svn/phpbb/trunk@7339 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -543,7 +543,7 @@ class bbcode_firstpass extends bbcode
|
|||||||
{
|
{
|
||||||
array_push($list_end_tags, '/list:o:' . $this->bbcode_uid);
|
array_push($list_end_tags, '/list:o:' . $this->bbcode_uid);
|
||||||
}
|
}
|
||||||
$out .= $buffer . ':' . $this->bbcode_uid . ']';
|
$out .= 'list' . substr($buffer, 4) . ':' . $this->bbcode_uid . ']';
|
||||||
$tok = '[';
|
$tok = '[';
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user