From 14938ddac526d54c1b7985ccbd2105f70e276671 Mon Sep 17 00:00:00 2001 From: Lain Iwakura Date: Wed, 14 Sep 2016 05:23:32 -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 107a7f8..5ebf82e 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', white-space: pre-wrap }).html(notice) + $('
').css({ margin: 8, color: 'black', white-space: 'pre-wrap' }).html(notice) ) .append( $('
')