1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-13 20:44:43 +01:00
git-svn-id: file:///svn/phpbb/trunk@7339 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M 2007-04-13 03:57:04 +00:00
parent 252faba2d9
commit 9eae6d7b49

View File

@ -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