X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Flocaltime.php;h=0a3881f6989fb3da25bf719ba25726161933c323;hb=ebbf6089b4c1391f2452237198f928fc9f1a73a0;hp=ce6bf84a122226b4187ef8ba4c296490b1fe848a;hpb=ad20c5504deba9dbb4ea5c5deba598f2c448b344;p=friendica.git diff --git a/mod/localtime.php b/mod/localtime.php index ce6bf84a12..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 +}