diff options
Diffstat (limited to 'admin_trees_check.php')
| -rw-r--r-- | admin_trees_check.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin_trees_check.php b/admin_trees_check.php index 7ff40a4aa8..c3ed20294b 100644 --- a/admin_trees_check.php +++ b/admin_trees_check.php @@ -25,7 +25,7 @@ require 'includes/session.php'; $controller = new PageController; $controller ->restrictAccess(Auth::isManager($WT_TREE)) - ->setPageTitle(I18N::translate('Check for errors') . ' — ' . $WT_TREE->getTitleHtml()) + ->setPageTitle(I18N::translate('Check for errors') . ' — ' . e($WT_TREE->getTitle())) ->pageHeader(); // We need to work with raw GEDCOM data, as we are looking for errors |
