summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2014-01-23 17:30:45 -0500
committerspiderr <spider@viovio.com>2014-01-23 17:30:45 -0500
commit8d6c5b77c9652ff6509d08106a760c74a07f79c9 (patch)
tree1ac3975a27c21a10377b7b5e06cf102e36c84784
parent832f4c58f321e7e198655cf0a7784387461aa117 (diff)
downloadkernel-8d6c5b77c9652ff6509d08106a760c74a07f79c9.tar.gz
kernel-8d6c5b77c9652ff6509d08106a760c74a07f79c9.tar.bz2
kernel-8d6c5b77c9652ff6509d08106a760c74a07f79c9.zip
fix error tempalte with bootstrap alert
-rw-r--r--templates/error.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/error.tpl b/templates/error.tpl
index 50a0310..38b09cf 100644
--- a/templates/error.tpl
+++ b/templates/error.tpl
@@ -12,7 +12,7 @@
{/if}
- <p class="highlight">{$msg}</p>
+ <div class="alert alert-error">{$msg}</div>
{if $template}
{include file=$template}