Changeset 362 for trunk/lib


Ignore:
Timestamp:
Jun 11, 2007, 12:26:41 AM (16 years ago)
Author:
Peter Johansson
Message:

fixes #205, summation row in authors table in main page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/first_page.cc

    r345 r362  
    146146         <<"</tr>";
    147147    }
     148    os << "<tr><td>Total</td>";
     149    os << "<td>" << stats.lines() << "</td>"
     150       << "<td>" << stats.code() << "</td>"
     151       << "<td>" << stats.comments() << "</td>"
     152       <<"</tr>";
    148153
    149154    os << "</table></div>\n";
Note: See TracChangeset for help on using the changeset viewer.