X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Flocaltime.php;h=0a3881f6989fb3da25bf719ba25726161933c323;hb=ebbf6089b4c1391f2452237198f928fc9f1a73a0;hp=535308903153af6d3cf81ef4d310ccc8705034db;hpb=63e2695d226d195c6a97e1045d6b174591dd2487;p=friendica.git diff --git a/mod/localtime.php b/mod/localtime.php index 5353089031..0a3881f698 100644 --- a/mod/localtime.php +++ b/mod/localtime.php @@ -1,7 +1,9 @@ ' . sprintf( t('Converted localtime: %s'),$a->data['mod-localtime']) . '

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

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

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