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