diff --git a/app/views/layouts/default.php b/app/views/layouts/default.php index 2b6c3d5..2cabc51 100755 --- a/app/views/layouts/default.php +++ b/app/views/layouts/default.php @@ -84,14 +84,14 @@ display: 'flex', padding: 8, minWidth: 350, - flexDirection: 'column' + flexDirection: 'column', }) .append( $('
') .css({ margin: 8, - color: 'white' - white-space: pre-wrap + color: 'white', + white-space: pre-wrap, }) .html(notice) )