Changeset 102


Ignore:
Timestamp:
Jun 27, 2006, 11:44:38 AM (17 years ago)
Author:
Peter Johansson
Message:

added proper header in html output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Node.cc

    r101 r102  
    7070  void Node::print_header(std::ostream& os) const
    7171  {
    72     os << "<html>\n"
     72    os << "<!DOCTYPE html\n"
     73       << "PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"\n"
     74       << "\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n"
     75       << "<html xmlns=\"http://www.w3.org/1999/xhtml\""
     76       << " xml:lang=\"en\" lang=\"en\"><head>\n"
    7377       << "<head>\n"
    7478       << "<title> svnstat " << name() << "</title>\n"
Note: See TracChangeset for help on using the changeset viewer.