https://bugzilla.wikimedia.org/show_bug.cgi?id=55210
Maarten Dammers <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected], | |[email protected] Resolution|--- |WORKSFORME --- Comment #2 from Maarten Dammers <[email protected]> --- If you want to insert new lines you can use "\n" or "\r\n", if you want to look for end of lines you have to use "\r\n". This is just the way MediaWiki works. See also http://programmers.stackexchange.com/questions/29075/difference-between-n-and-r-n for reference. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
