Changeset 243
- Timestamp:
- Apr 28, 2007, 4:36:36 PM (15 years ago)
- Location:
- trunk/lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Directory.cc
r235 r243 182 182 os << "<th>Code</th>\n"; 183 183 os << "<th>Comments</th>\n"; 184 os << "<th> Empty</th>\n";184 os << "<th>Other</th>\n"; 185 185 os << "<th>Revision</th>\n"; 186 186 os << "<th>Author</th>\n"; -
trunk/lib/html_utility.cc
r235 r243 366 366 else 367 367 os << "<li>"; 368 os << anchor(user+"/empty/"+path, " Empty", level,368 os << anchor(user+"/empty/"+path, "Other", level, 369 369 "View statistics of empty lines"); 370 370 os << "</li>"
Note: See TracChangeset
for help on using the changeset viewer.