diff --git a/admin/index.go b/admin/index.go index c2231010..d91608eb 100644 --- a/admin/index.go +++ b/admin/index.go @@ -46,7 +46,10 @@ const indextpl = `
-
{{"{{ box.title }}"}} {{"{{ box.msg }}"}}
+
+ + {{"{{ box.title }}"}} {{"{{ box.msg }}"}} +
diff --git a/admin/static/index.html b/admin/static/index.html index 2e5f9fed..04543089 100644 --- a/admin/static/index.html +++ b/admin/static/index.html @@ -44,7 +44,10 @@
-
{{ box.title }} {{ box.msg }}
+
+ + {{ box.title }} {{ box.msg }} +