March 19, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=4394


Infiltrator <lt.infiltrator@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |lt.infiltrator@gmail.com
         Resolution|                            |WORKSFORME


--- Comment #1 from Infiltrator <lt.infiltrator@gmail.com> 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: -------