From 66b90994c0dc9a8abbb4e3fe1f95c857a52e47b7 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Sun, 17 Jan 2016 18:45:52 +0000 Subject: Misuse of   --- app/Date.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Date.php') diff --git a/app/Date.php b/app/Date.php index 8f1255ee21..b49fc0a893 100644 --- a/app/Date.php +++ b/app/Date.php @@ -468,7 +468,7 @@ class Date { return I18N::number($d1->minimumDate()->getAge(false, $jd)); } } else { - return ' '; + return ''; } default: throw new \InvalidArgumentException('format: ' . $format); -- cgit v1.3