Remove one unnecessary html element

This commit is contained in:
Lan Tian
2020-03-26 13:21:17 +08:00
parent 96cca1adb6
commit dfd7ea6f2c

View File

@@ -158,7 +158,6 @@ func templateHeader(w http.ResponseWriter, r *http.Request, title string) {
func templateFooter(w http.ResponseWriter) {
w.Write([]byte(`
</div>
<div id="graphviz" class="overflow-auto"></div>
</body>
</html>
`))