X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Flocaltime.php;h=0a3881f6989fb3da25bf719ba25726161933c323;hb=ab60641e3ba731aca42ab510bdf9c2411db6aab4;hp=00a7c59094ef6313ecf992476fe9be37e4235e20;hpb=a020086128e3d903a030cc3b3d403ab9bce02d88;p=friendica.git diff --git a/mod/localtime.php b/mod/localtime.php index 00a7c59094..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(App &$a) { return $o; -} \ No newline at end of file +}