diff options
| author | Greg Roach <fisharebest@gmail.com> | 2017-07-11 11:52:56 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2017-07-11 11:53:09 +0100 |
| commit | cc5ab399cc3c8f78158c8e3027cb0ecf038648dc (patch) | |
| tree | 54da92556607e9cae21cfbd440ed136b383b0b94 /app/User.php | |
| parent | 1c2ce4bb435dee3d5672951797a6a66711c25938 (diff) | |
| download | webtrees-cc5ab399cc3c8f78158c8e3027cb0ecf038648dc.tar.gz webtrees-cc5ab399cc3c8f78158c8e3027cb0ecf038648dc.tar.bz2 webtrees-cc5ab399cc3c8f78158c8e3027cb0ecf038648dc.zip | |
Prepare to remove class Filter
Diffstat (limited to 'app/User.php')
| -rw-r--r-- | app/User.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/User.php b/app/User.php index fb36eafa4b..81791a4272 100644 --- a/app/User.php +++ b/app/User.php @@ -382,7 +382,7 @@ class User { * @return string */ public function getRealNameHtml() { - return '<span dir="auto">' . Filter::escapeHtml($this->real_name) . '</span>'; + return '<span dir="auto">' . Html::escape($this->real_name) . '</span>'; } /** |
