diff --git a/app/classes/Framadate/Utils.php b/app/classes/Framadate/Utils.php
index e515b76..94dfeeb 100644
--- a/app/classes/Framadate/Utils.php
+++ b/app/classes/Framadate/Utils.php
@@ -19,9 +19,9 @@
namespace Framadate;
class Utils {
- /**
- * @return string Server name
- */
+ /**
+ * @return string Server name
+ */
public static function get_server_name() {
$scheme = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') ? 'https' : 'http';
$port = in_array($_SERVER['SERVER_PORT'], [80, 443]) ? '' : ':' . $_SERVER['SERVER_PORT'];
diff --git a/install/error.html b/install/error.html
index a758055..c6dc5ba 100644
--- a/install/error.html
+++ b/install/error.html
@@ -12,13 +12,13 @@