changeset 18751 | 13aa81e2fded |
parent 18750 | c9d923f5d8ae |
child 18752 | fabbaa250977 |
--- a/mercurial/minirst.py Sat Feb 09 17:44:25 2013 -0500 +++ b/mercurial/minirst.py Sat Feb 09 21:51:21 2013 +0000 @@ -564,7 +564,7 @@ l = [] for v in row: l.append('<td>%s</td>' % escape(v)) - t.append(' <tr>%s</tr>\n' % ''.join(l)) + t.append('<tr>%s</tr>\n' % '\n'.join(l)) out.append('<table>\n%s</table>\n' % ''.join(t)) elif btype == 'definition': openlist('dl', level)