--- FeepingCreaturism/Jargon.cpp 2004/09/06 05:45:32 221 +++ FeepingCreaturism/Jargon.cpp 2004/09/06 05:52:35 222 @@ -54,7 +54,7 @@ ios::PrintWriter& operator<<(ios::PrintW { if (jargon.include) { - xml::TextWriter xhtml(pout, false); + xml::TextWriter xhtml(pout, true); jargon.display(pout, xhtml); @@ -64,7 +64,7 @@ ios::PrintWriter& operator<<(ios::PrintW pout << "\n"; - xml::TextWriter xhtml(pout, false); + xml::TextWriter xhtml(pout, true); xml::ScopeElement html(xhtml, "html"); xhtml.SetAttribute("xmlns", "http://www.w3.org/1999/xhtml");