diff --git a/src/main/twirl/gitbucket/core/error.scala.html b/src/main/twirl/gitbucket/core/error.scala.html index 795f673..3c987d8 100644 --- a/src/main/twirl/gitbucket/core/error.scala.html +++ b/src/main/twirl/gitbucket/core/error.scala.html @@ -1,4 +1,8 @@ @(title: String)(implicit context: gitbucket.core.controller.Context) @gitbucket.core.html.main("Error"){ -

@title

+
+
+

@title

+
+
} \ No newline at end of file