X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Flocaltime.php;h=0a3881f6989fb3da25bf719ba25726161933c323;hb=391c5913227c7f62f19b4f08906b0b1b0b618b33;hp=c32f67976bd4ff37a0003663be40ed74fcfe658f;hpb=8f253f6c1288534c50fac34f05afb1a2c07c9335;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 +}