Last modified: 2006-06-23 18:25:15 UTC
In Parser.php at line 2227 (1.6.7) / 2307 (1.7-svn), there is a newline character (\n) with single quotes around it, when it should be double quotes. The single quotes cause it to be interpreted as a literal backslash-n, and thus the expression that depends on it always returns false, when it should return true if it finds a newline.
Created attachment 2002 [details] changes single quotes to double quotes as described This patch fixes both REL1_6 and 1.7-svn.
Commited in trunk (r14944) and 1.6 (r14945)