Last modified: 2012-09-18 11:26:32 UTC
<div align="center"> foo - bar - baz </div> should center its content, but becomes <div style="margin-left: auto; margin-right: auto;"> <p>foo - bar - baz</p> </div> which shows the content left aligned. It should become <div style="margin-left: auto; margin-right: auto; text-align:center;"> <p>foo - bar - baz</p> </div> instead, this displays correctly. For a real world example look at the first box on de.wikipedia's main page ...
*** This bug has been marked as a duplicate of bug 40306 ***