From bc2117c68ac31e9e683010b93dc089ba88511e0e Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Thu, 25 Jun 2015 13:50:48 +0200 Subject: [PATCH] one whitespace --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index ac3e950a95..e6a2a3a204 100644 --- 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;