X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Flocaltime.php;h=c32f67976bd4ff37a0003663be40ed74fcfe658f;hb=7d0a7f6be9e6c281ddafdfed799bf8b46785424a;hp=d1453bc5272bd3cf2aa5ad8017853c75fdc44a85;hpb=b202e02fbf09859c06ed21cc3b6bec1530ccf1f1;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');