]> git.mxchange.org Git - friendica.git/commitdiff
one whitespace
authorrabuzarus <>
Thu, 25 Jun 2015 11:50:48 +0000 (13:50 +0200)
committerrabuzarus <>
Thu, 25 Jun 2015 11:50:48 +0000 (13:50 +0200)
boot.php

index ac3e950a952b3e024c71665c4045aeadae6cd1ba..e6a2a3a204e21fb7be4fcbd5f6aa8f2cf44209f2 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -1877,7 +1877,7 @@ if(! function_exists('get_events')) {
                                $today = ((substr($strt,0,10) === datetime_convert('UTC',$a->timezone,'now','Y-m-d')) ? true : false);
 
                                $rr['link'] = $md;
-                               $rr['title'] =$title;
+                               $rr['title'] = $title;
                                $rr['description'] = $desciption;
                                $rr['date'] = day_translate(datetime_convert('UTC', $rr['adjust'] ? $a->timezone : 'UTC', $rr['start'], $bd_format)) . (($today) ?  ' ' . t('[today]') : '');
                                $rr['startime'] = $strt;