# | Line 54 | Line 54 | ios::PrintWriter& operator<<(ios::PrintW | |
---|---|---|
54 | { | |
55 | if (jargon.include) | |
56 | { | |
57 | < | xml::TextWriter xhtml(pout, false); |
57 | > | xml::TextWriter xhtml(pout, true); |
58 | ||
59 | jargon.display(pout, xhtml); | |
60 | ||
# | Line 64 | Line 64 | ios::PrintWriter& operator<<(ios::PrintW | |
64 | pout << "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"\n" | |
65 | << "\t\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n"; | |
66 | ||
67 | < | xml::TextWriter xhtml(pout, false); |
67 | > | xml::TextWriter xhtml(pout, true); |
68 | xml::ScopeElement html(xhtml, "html"); | |
69 | ||
70 | xhtml.SetAttribute("xmlns", "http://www.w3.org/1999/xhtml"); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |