Fix whitespace (#261)

This commit is contained in:
Mike Terzo
2016-06-28 20:09:09 -04:00
committed by Corey Hammerton
parent 831c8bfaae
commit bf6f446182

View File

@@ -49,7 +49,7 @@ def prettyprint(value):
for k in e:
html += "<td>"+formatvalue(e[k])+"</td>"
html += "</tr>"
html += "</tbody></table>"
return(html)