From de301f747405445b6392e5bccbbd85dfcd30d9af Mon Sep 17 00:00:00 2001 From: Lain Iwakura Date: Wed, 14 Sep 2016 05:33:35 -0400 Subject: [PATCH] TESTING - Add Site Notice (Kind of required) --- app/views/layouts/default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/default.php b/app/views/layouts/default.php index a379152..96fa800 100755 --- a/app/views/layouts/default.php +++ b/app/views/layouts/default.php @@ -87,7 +87,7 @@ flexDirection: 'column' }) .append( - $('
').css({ margin: 8, color: 'black'}).css({"white-space: pre-wrap"}).html(notice) + $('
').css({ 'margin: 8, color: 'black', white-space: pre-wrap'}).html(notice) ) .append( $('
')