X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Flocaltime.php;h=c32f67976bd4ff37a0003663be40ed74fcfe658f;hb=7034d6efbd988e7481ac6f5d6413a8925221ed6b;hp=00a7c59094ef6313ecf992476fe9be37e4235e20;hpb=479180ca8ea9fb02c8e90b0017d2f584aa199043;p=friendica.git diff --git a/mod/localtime.php b/mod/localtime.php index 00a7c59094..c32f67976b 100644 --- a/mod/localtime.php +++ b/mod/localtime.php @@ -1,9 +1,10 @@ '; - $o .= '

' . t('Please select your timezone:') . '

'; + $o .= '

' . t('Please select your timezone:') . '

'; $o .= select_timezone(($_REQUEST['timezone']) ? $_REQUEST['timezone'] : 'America/Los_Angeles');