https://d.puremagic.com/issues/show_bug.cgi?id=4394
Infiltrator <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |WORKSFORME --- Comment #1 from Infiltrator <[email protected]> 2014-03-18 23:11:00 PDT --- This looks correct as of v2.065. -------------------------------------------- import std.stdio; import std.xml; void main() { Element element = new Element("br"); writeln(element); } -------------------------------------------- Application output: <br /> -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
