summaryrefslogtreecommitdiff
path: root/templates/err.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/err.tmpl')
-rw-r--r--templates/err.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/err.tmpl b/templates/err.tmpl
index 1d3f6e1..dcb6243 100644
--- a/templates/err.tmpl
+++ b/templates/err.tmpl
@@ -1,7 +1,7 @@
#extends templates.two_col
#def title_block
-<span class="err">Error: $title</span>
+<span class="label label-important">Error: $title</span>
<br />
<br />
#end def