summaryrefslogtreecommitdiff
path: root/app/Date.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Date.php')
-rw-r--r--app/Date.php2
1 files changed, 1 insertions, 1 deletions
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);