X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Flocaltime.php;h=c32f67976bd4ff37a0003663be40ed74fcfe658f;hb=7034d6efbd988e7481ac6f5d6413a8925221ed6b;hp=d1453bc5272bd3cf2aa5ad8017853c75fdc44a85;hpb=234598280d96627861a1ff1dcfc8a4a59bd37054;p=friendica.git diff --git a/mod/localtime.php b/mod/localtime.php index d1453bc527..c32f67976b 100644 --- a/mod/localtime.php +++ b/mod/localtime.php @@ -1,9 +1,10 @@ ' . sprintf( t('Converted localtime: %s'),$a->data['mod-localtime']) . '

'; - $o .= '
'; + $o .= ''; - $o .= '

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

'; + $o .= '

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

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