frontend: replace non-standard xhtml mix with html5

This commit is contained in:
Arnie97
2020-07-28 14:08:30 +08:00
committed by Lan Tian
parent 20b1233ec8
commit 6e4bbd6410
3 changed files with 10 additions and 9 deletions

View File

@@ -148,7 +148,7 @@ func summaryTable(isIPv6 bool, data string, serverName string) string {
result += "</tr>"
}
result += "</tbody></table>"
result += "<!==" + data + "-->"
result += "<!--" + data + "-->"
}
return result