Remove one unnecessary html element
This commit is contained in:
parent
96cca1adb6
commit
dfd7ea6f2c
@ -158,7 +158,6 @@ func templateHeader(w http.ResponseWriter, r *http.Request, title string) {
|
|||||||
func templateFooter(w http.ResponseWriter) {
|
func templateFooter(w http.ResponseWriter) {
|
||||||
w.Write([]byte(`
|
w.Write([]byte(`
|
||||||
</div>
|
</div>
|
||||||
<div id="graphviz" class="overflow-auto"></div>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
`))
|
`))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user