diff options
Diffstat (limited to 'placelist.php')
| -rw-r--r-- | placelist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/placelist.php b/placelist.php index bdfdf85612..4eec7ef273 100644 --- a/placelist.php +++ b/placelist.php @@ -33,7 +33,7 @@ $level = count($parent); if ($display == 'hierarchy') { if ($level) { - $controller->setPageTitle(I18N::translate('Place hierarchy') . ' - <span dir="auto">' . Filter::escapeHtml($parent[$level - 1]) . '</span>'); + $controller->setPageTitle(I18N::translate('Place hierarchy') . ' - <span dir="auto">' . Html::escape($parent[$level - 1]) . '</span>'); } else { $controller->setPageTitle(I18N::translate('Place hierarchy')); } |
