summaryrefslogtreecommitdiff
path: root/branches.php
diff options
context:
space:
mode:
Diffstat (limited to 'branches.php')
-rw-r--r--branches.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/branches.php b/branches.php
index 2439217c35..c00599f30a 100644
--- a/branches.php
+++ b/branches.php
@@ -35,7 +35,7 @@ $controller->pageHeader();
<?= I18N::translate('Surname') ?>
</label>
<div class="col-sm-9 wt-page-options-value">
- <input class="form-control" data-autocomplete-type="SURN" type="text" name="surname" id="surname" value="<?= Filter::escapeHtml($controller->getSurname()) ?>" dir="auto">
+ <input class="form-control" data-autocomplete-type="SURN" type="text" name="surname" id="surname" value="<?= Html::escape($controller->getSurname()) ?>" dir="auto">
</div>
</div>