Last modified: 2010-05-15 15:54:52 UTC
Odd behavior here that I thought I would bug report. A page has the following mediawiki markup: <i>Test 1 Test 2 Test 3</i><br> ==Section Header== ===Sub Section Header== ---- If I edit the whole page from the tab the markup comes up and everything is fine. If I edit from a section header and save the markup of the top party of the page changes to: <i>Test 1 Test 2 Test 3</i><br> Almost as it is stripping the space before the <i>. It's annoying but doesn't horribly break anything. Thanks
Hmm, that's not supposed to happen. :)
Test case added in r33313
Fixed in r33314 -- changing trim() to rtrim() in Parser::extractSections()