ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/FeepingCreaturism/Jargon.cpp
(Generate patch)

Comparing FeepingCreaturism/Jargon.cpp (file contents):
Revision 206 by Douglas Thrift, 2004-09-01T02:10:19-07:00 vs.
Revision 207 by Douglas Thrift, 2004-09-02T00:09:24-07:00

# Line 41 | Line 41 | ios::PrintWriter& operator<<(ios::PrintW
41                  return pout;
42          }
43  
44 <        xml::TextWriter xhtml(pout);
45 <
46 <        pout << "\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"\n"
44 >        pout << "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"\n"
45                  << "\t\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n";
46  
47 +        xml::TextWriter xhtml(pout);
48          xml::ScopeElement html(xhtml, "html");
49  
50          xhtml.SetAttribute("xmlns", "http://www.w3.org/1999/xhtml");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines