http://bugs.winehq.org/show_bug.cgi?id=9063
Summary: AppDB note editor whitespace generation Product: WineHQ Apps Database Version: unspecified Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: website-bugs AssignedTo: wine-bugs@winehq.org ReportedBy: the3dfxdude@gmail.com
Every time I click the show code button in the note editor it inserts whitespace, specifically an extra line, before every <br />. If you toggle the code view repeatedly, you will have an increasing amount of extra whitespace. This certainly happens on my HOWTOs.
Either the code needs to check whether there is already a white space line first, or just not bother to add extra whitespace there.