Menu

#28 Verbatim mode breaks if limit>0 (Fix provided)

open
nobody
Bug fix (25)
5
2011-02-06
2011-02-06
No

It looks like there's a small bug in Internal_ProcessVerbatimTag() which prevents it from finding end tag.

PHP Notice: Undefined variable: end_tag_params in nbbc_parse.php on line 1660

FIX PROPOSAL:

Replace Line 1601 (break) with:
continue;

Add before line 1580 (if debug):
if ($this->was_limited) continue;

Discussion


Log in to post a comment.

MongoDB Logo MongoDB