Fixes tester.

This commit is contained in:
Dominik Picheta
2014-09-10 00:17:29 +01:00
parent 4d2ff282f6
commit 0b229fae77

View File

@@ -107,7 +107,7 @@ div.tabContent.hide { display: none; }
HtmlEnd = "</body></html>"
proc td(s: string): string =
result = "<td>" & s.substr(0, 200).XMLEncode & "</td>"
result = "<td>" & s.substr(0, 200).xmlEncode & "</td>"
proc getCommit(db: TDbConn, c: int): string =
var commit = c