Changeset 831 for trunk/lib/File.cc
- Timestamp:
- Oct 29, 2009, 4:24:49 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/File.cc
r816 r831 222 222 { 223 223 os << "<br /><h3>" << local_path() << "</h3>"; 224 os << "<div class=\"blame_legend\">\n"; 225 os << "<dl>\n"; 226 os << "<dt class=\"code\"></dt><dd>Code</dd>\n"; 227 os << "<dt class=\"comment\"></dt><dd>Comments</dd>\n"; 228 os << "<dt class=\"other\"></dt><dd>Other</dd>\n"; 229 os << "</dl>\n</div>\n"; 224 230 os << "<table class=\"blame\">\n"; 225 231 os << "<thead>\n";
Note: See TracChangeset
for help on using the changeset viewer.