Changeset 677 for branches/0.6-stable/lib/html_utility.cc
- Timestamp:
- Jul 28, 2008, 6:09:26 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.6-stable/lib/html_utility.cc
r455 r677 5 5 Copyright (C) 2007 Jari Häkkinen, Peter Johansson 6 6 7 This file is part of svndigest, http:// trac.thep.lu.se/trac/svndigest7 This file is part of svndigest, http://dev.thep.lu.se/svndigest 8 8 9 9 svndigest is free software; you can redistribute it and/or modify it … … 60 60 os << "<p class=\"footer\">\nGenerated on " 61 61 << date("%a %b %d %H:%M:%S %Y") << " (UTC) by " 62 << anchor("http:// trac.thep.lu.se/trac/svndigest/",62 << anchor("http://dev.thep.lu.se/svndigest/", 63 63 PACKAGE_STRING, 0, "") 64 64 << "\n</p>\n</div>\n</body>\n</html>\n";
Note: See TracChangeset
for help on using the changeset viewer.