Add a newline in front of the message to avoid wrong parsing when the message text...
authorRaimond Spekking <raymond@users.mediawiki.org>
Thu, 29 Jan 2009 07:01:51 +0000 (07:01 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Thu, 29 Jan 2009 07:01:51 +0000 (07:01 +0000)
commit4b5874d6065c673f6e3e59a405cdc9d142267190
treece23fab78ac32898bf1f1c1245689f2f7d5efc1e
parent3bea66b61ac47cae78c85dd28d130bdd710d542d
Add a newline in front of the message to avoid wrong parsing when the message text starts with line-start-markup such as a table or list.

The missing newline was the real culprit of the breakage seen in http://www.mediawiki.org/wiki/Special:Code/MediaWiki/45651#c1531
includes/OutputPage.php