changeset 4451:94a167c3c116

gitweb: Fix summary page ellipsis line colspans
author Josef "Jeff" Sipek <jeffpc@josefsipek.net>
date Tue, 29 May 2007 03:19:45 -0400
parents 8fa54b9c6c5a
children 862dc0c020ad
files templates/gitweb/summary.tmpl
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/templates/gitweb/summary.tmpl
+++ b/templates/gitweb/summary.tmpl
@@ -27,7 +27,7 @@ summary |
 <div><a  class="title" href="{url}log{sessionvars%urlparameter}">changes</a></div>
 <table cellspacing="0">
 #shortlog#
-<tr class="light"><td colspan="3"><a class="list" href="{url}log{sessionvars%urlparameter}">...</a></td></tr>
+<tr class="light"><td colspan="4"><a class="list" href="{url}log{sessionvars%urlparameter}">...</a></td></tr>
 </table>
 
 <div><a class="title" href="{url}tags{sessionvars%urlparameter}">tags</a></div>
@@ -40,7 +40,7 @@ summary |
 <table cellspacing="0">
 {branches%branchentry}
 <tr class="light">
-  <td colspan="3"><a class="list"  href="#">...</a></td>
+  <td colspan="4"><a class="list"  href="#">...</a></td>
 </tr>
 </table>
 #footer#