Wiki markup eats my XML slash signs
-
Hi,
this is a weird bug:
For example in "PySide binding generation tutorial":http://developer.qt.nokia.com/wiki/PySide_Binding_Generation_Tutorial, there are a lot of XML snippets. If I have an empty element tag (such as <code><foo/></code>)in a wiki code section, the slash sign gets removed in the displayed content. If I quote the tag with & lt; and & gt;, the snippet is displayed correctly.
Code section with content not entity-quoted:
@
<foo/>
@Code section with content quoted using entities:
@
<foo/>
@Manually checking every example is a huge pain - I'd expect the wiki markup to not touch any text within a code section. :-(
Cheers,
ma.