Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

changeset: remove unneeded colspan=5

Changeset e5f7728b28e2

Parent 9c9dca8d61bb

by Adrian Buehlmann

Changes to one file · Browse files at e5f7728b28e2 Showing diff from parent 9c9dca8d61bb Diff from another changeset...

 
163
164
165
166
 
167
168
169
 
163
164
165
 
166
167
168
169
@@ -163,7 +163,7 @@
  if self._expanded:   buf += '<table width=100%>\n'   buf += '<tr><td width=50 align="right"><span class="label">Author&nbsp;</span></td>'\ - '<td colspan=5>%s</td></tr>'\ + '<td>%s</td></tr>'\   '\n' % xml_escape(unicode(ctx.user(), 'utf-8', 'replace'))   d = ctx.date()   buf += '<tr><td width=50 align="right"><span class="label">Date&nbsp;</span></td>'\