From b660d9ce217fe7458a118dcf9847b34bfb906c25 Mon Sep 17 00:00:00 2001 From: reality Date: Fri, 12 Sep 2014 14:56:34 +0000 Subject: [PATCH] ok --- views/flashy/flashy.jade | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/views/flashy/flashy.jade b/views/flashy/flashy.jade index 76558c6..232b3c3 100644 --- a/views/flashy/flashy.jade +++ b/views/flashy/flashy.jade @@ -6,6 +6,4 @@ html(lang='en') title #{name} web interface body div.container - blink [ - span.flash(style='color: #'+colour+';') #{text} - ] + blink [ span.flash(style='color: #'+colour+';') #{text} span ]