X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Flocaltime.php;h=0a3881f6989fb3da25bf719ba25726161933c323;hb=ab60641e3ba731aca42ab510bdf9c2411db6aab4;hp=c32f67976bd4ff37a0003663be40ed74fcfe658f;hpb=fd5d058156185c6c02c1285a794139d07f4d13ce;p=friendica.git diff --git a/mod/localtime.php b/mod/localtime.php index c32f67976b..0a3881f698 100644 --- a/mod/localtime.php +++ b/mod/localtime.php @@ -1,6 +1,7 @@ ' . sprintf( t('Converted localtime: %s'),$a->data['mod-localtime']) . '

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

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

'; @@ -47,4 +48,4 @@ function localtime_content(App $a) { return $o; -} \ No newline at end of file +}