frontend: replace non-standard xhtml mix with html5
This commit is contained in:
@@ -148,7 +148,7 @@ func summaryTable(isIPv6 bool, data string, serverName string) string {
|
||||
result += "</tr>"
|
||||
}
|
||||
result += "</tbody></table>"
|
||||
result += "<!==" + data + "-->"
|
||||
result += "<!--" + data + "-->"
|
||||
}
|
||||
|
||||
return result
|
||||
|
||||
Reference in New Issue
Block a user