{% if events.get_unread_notifications_number > 0 %}
@@ -191,4 +191,4 @@
{% set notifications = events.get_notifications %}
{% include 'prod/notifications.twig' %}
-
\ No newline at end of file
+
diff --git a/templates/web/setup/step2.twig b/templates/web/setup/step2.twig
index 1fdf08b240..2dc388378c 100644
--- a/templates/web/setup/step2.twig
+++ b/templates/web/setup/step2.twig
@@ -122,7 +122,7 @@
setTimeout("$('form#create_admin').submit();",500);
};
}
-
+
if($current.hasClass('appbox_settings'))
{
test_connection_appbox(callback);
@@ -195,7 +195,7 @@
var password_input = $('input[name="ab_password"]', appbox_scope);
var dbname_input = $('input[name="db_name"]', databox_scope);
-
+
var user = user_input.val();
var password = password_input.val();
var dbname = dbname_input.val();
diff --git a/www/admin/cgus.php b/www/admin/cgus.php
index 646bf4cc77..371d4d64ad 100644
--- a/www/admin/cgus.php
+++ b/www/admin/cgus.php
@@ -83,7 +83,7 @@ $TOU = $databox->get_cgus();