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

Comparing SiteMapper/Page.cpp (file contents):
Revision 135 by Douglas Thrift, 2004-03-25T01:02:24-08:00 vs.
Revision 136 by Douglas Thrift, 2004-03-25T01:21:21-08:00

# Line 95 | Line 95 | ostream& operator<<(ostream& output, Pag
95   {
96          string tab(page.tab, '\t');
97  
98 <        output << tab << "<item><link address=\"" << page.getUrl() << "\"\n"
98 >        output << tab << "<item><link address=\"" << page.getUrl() << "\">"
99                  << page.title << "</link>\n";
100  
101          if (!page.children.empty())

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines