Changeset 370 for trunk/lib


Ignore:
Timestamp:
Jun 14, 2007, 11:30:22 AM (16 years ago)
Author:
Peter Johansson
Message:

'../' row in author summary table now spans over all columns

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Node.cc

    r361 r370  
    195195    if (!dir()) {
    196196      os << "<tr class=\"" << color << "\">\n";
    197       os << "<td class=\"directory\" colspan=\"5\">";
     197      os << "<td class=\"directory\" colspan=\"7\">";
    198198      os << anchor("index.html", "../");
    199199      os << "</td>\n</tr>\n";
Note: See TracChangeset for help on using the changeset viewer.