Changeset 519 for trunk/lib/html_utility.cc
- Timestamp:
- Dec 23, 2007, 9:14:50 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/html_utility.cc
r498 r519 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://trac.thep.lu.se/svndigest 8 8 9 9 svndigest is free software; you can redistribute it and/or modify it … … 65 65 os << "<p class=\"footer\">\nGenerated on " 66 66 << date("%a %b %d %H:%M:%S %Y") << " (UTC) by " 67 << anchor("http://trac.thep.lu.se/ trac/svndigest/",67 << anchor("http://trac.thep.lu.se/svndigest/", 68 68 PACKAGE_STRING, 0, "") 69 69 << "\n</p>\n</div>\n</body>\n</html>\n";
Note: See TracChangeset
for help on using the changeset viewer.