Misprint fixed in table formatter

pull/2519/head
Vladimir Kolesnikov 11 years ago
parent 46d39aff68
commit 60803afe8f
  1. 2
      modules/ts/misc/table_formatter.py

@ -426,7 +426,7 @@ class table(object):
if r == 0: if r == 0:
css = css[:-1] + "border-top:2px solid #6678B1;\"" css = css[:-1] + "border-top:2px solid #6678B1;\""
out.write(" <td%s%s>\n" % (attr, css)) out.write(" <td%s%s>\n" % (attr, css))
if th is not None: if td is not None:
out.write(" %s\n" % htmlEncode(td.text)) out.write(" %s\n" % htmlEncode(td.text))
out.write(" </td>\n") out.write(" </td>\n")
i += colspan i += colspan

Loading…
Cancel
Save