diff --git a/index.php b/index.php
index 4cb25ab7a..4a91220f9 100644
--- a/index.php
+++ b/index.php
@@ -2129,7 +2129,7 @@ function install()
// Display config form:
list($timezone_form,$timezone_js) = templateTZform();
- $timezone_html=''; if ($timezone_form!='') $timezone_html='
Timezone: | '.$timezone_form.' |
';
+ $timezone_html=''; if ($timezone_form!='') $timezone_html='Timezone: | '.$timezone_form.' |
';
$PAGE = new pageBuilder;
$PAGE->assign('timezone_html',$timezone_html);
diff --git a/tpl/includes.html b/tpl/includes.html
index cc5738018..efc658ebc 100644
--- a/tpl/includes.html
+++ b/tpl/includes.html
@@ -6,4 +6,4 @@
-{if="is_file('inc/user.css')"}{/if}
+{if="is_file('inc/user.css')"}{/if}
diff --git a/tpl/install.html b/tpl/install.html
index 32b8811be..df42bf6d0 100644
--- a/tpl/install.html
+++ b/tpl/install.html
@@ -5,7 +5,7 @@
Shaarli
It looks like it's the first time you run Shaarli. Please configure it:
-