X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=4729324001723c795534d67afb5a5d5b9448e8ad;hb=4e7b1bf6986ed99586d04aa5b7c7154089457d0f;hp=96a128fd69d60575f483837a18b0176cdff1b6b8;hpb=38a2d03e34a309abee2b243738fdce1c4cb0be16;p=github%2Fshaarli%2FShaarli.git diff --git a/index.php b/index.php index 96a128fd..47293240 100644 --- a/index.php +++ b/index.php @@ -2130,7 +2130,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);