*Add U param to parseinline regexp to fix regression that left the \n in parsed messa...
authorAaron Schulz <aaron@users.mediawiki.org>
Tue, 29 May 2007 19:53:23 +0000 (19:53 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Tue, 29 May 2007 19:53:23 +0000 (19:53 +0000)
commit2491a827ed6023555040ec4171b21105ff6f5698
tree91d540ce655d2d705de79381d774ccc686fc0372
parentbddccb8463752f11815a56f3ca13b97772e47fa4
*Add U param to parseinline regexp to fix regression that left the \n in parsed messages. (.*) was being greedy swallowing up the \n character before the </p> tag, allowing the \n? to be ignored since it is optional.
includes/GlobalFunctions.php