fix html errors
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{{define "file_not_found"}}<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
{{template "meta_tags" "404, File Not Found"}}
|
||||
{{template "user_style" .}}
|
||||
@@ -30,7 +30,7 @@
|
||||
</html>
|
||||
{{end}}
|
||||
{{define "list_not_found"}}<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
{{template "meta_tags" "404, List Not Found"}}
|
||||
{{template "user_style" .}}
|
||||
|
Reference in New Issue
Block a user