summaryrefslogtreecommitdiff
path: root/templates/sidebar/alert.hamlet
diff options
context:
space:
mode:
Diffstat (limited to 'templates/sidebar/alert.hamlet')
-rw-r--r--templates/sidebar/alert.hamlet4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/sidebar/alert.hamlet b/templates/sidebar/alert.hamlet
index a339874a2..4275931a9 100644
--- a/templates/sidebar/alert.hamlet
+++ b/templates/sidebar/alert.hamlet
@@ -7,12 +7,12 @@
$case icon
$of Nothing
$of Just name
- <i class="icon-#{name}"></i> #
+ <i .icon-#{name}></i> #
#{h}
$else
$case icon
$of Nothing
$of Just name
- <i class="icon-#{name}"></i> #
+ <i .icon-#{name}></i> #
<strong>#{h}</strong> #
#{message}