summaryrefslogtreecommitdiff
path: root/app/Date.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2018-03-25 17:52:57 +0100
committerGreg Roach <fisharebest@webtrees.net>2018-03-25 17:53:03 +0100
commit97455db3a7e8f44d73fb98cfb53029a721c4fa0e (patch)
tree31fb54bc195e51b4ce08a39e88fd663e253e40f0 /app/Date.php
parentff43a69f2e43b9ad3d9fb3ec6a8953081fca6438 (diff)
downloadwebtrees-97455db3a7e8f44d73fb98cfb53029a721c4fa0e.tar.gz
webtrees-97455db3a7e8f44d73fb98cfb53029a721c4fa0e.tar.bz2
webtrees-97455db3a7e8f44d73fb98cfb53029a721c4fa0e.zip
Convert pending-changes page to http/controller/view
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 d0cb08c960..71e4176e63 100644
--- a/app/Date.php
+++ b/app/Date.php
@@ -329,7 +329,7 @@ class Date {
break; // e.g. BET without AND
}
if ($this->text && !$q1) {
- $tmp = I18N::translate('%1$s (%2$s)', $tmp, $this->text);
+ $tmp = I18N::translate('%1$s (%2$s)', $tmp, e($this->text));
}
if (strip_tags($tmp) === '') {