]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - index.php
Merge pull request #99 from pikzen/license-version
[github/shaarli/Shaarli.git] / index.php
index 96a128fd69d60575f483837a18b0176cdff1b6b8..4729324001723c795534d67afb5a5d5b9448e8ad 100644 (file)
--- 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='<tr><td valign="top"><b>Timezone:</b></td><td>'.$timezone_form.'</td></tr>';
+    $timezone_html=''; if ($timezone_form!='') $timezone_html='<tr><td><b>Timezone:</b></td><td>'.$timezone_form.'</td></tr>';
 
     $PAGE = new pageBuilder;
     $PAGE->assign('timezone_html',$timezone_html);