X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Flocaltime.php;h=0a3881f6989fb3da25bf719ba25726161933c323;hb=10ede7314136edb1c475e1af546a59ff4c5648cf;hp=d1453bc5272bd3cf2aa5ad8017853c75fdc44a85;hpb=c5f2157eb2914de06ae098907b1dfb68fc4d03e3;p=friendica.git diff --git a/mod/localtime.php b/mod/localtime.php index d1453bc527..0a3881f698 100644 --- a/mod/localtime.php +++ b/mod/localtime.php @@ -1,9 +1,11 @@ ' . 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'); @@ -46,4 +48,4 @@ function localtime_content(&$a) { return $o; -} \ No newline at end of file +}