diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2018-04-06 20:45:39 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2018-04-06 20:45:39 +0100 |
| commit | 1a46bd06a4b77578f7597a3ed8f62e0c73c8228f (patch) | |
| tree | d8ebb2bda77ac10ef65a106803eeaf84ad3ae056 /app/User.php | |
| parent | b11e001b10de48937bf6f9197fb7d1562b743545 (diff) | |
| download | webtrees-1a46bd06a4b77578f7597a3ed8f62e0c73c8228f.tar.gz webtrees-1a46bd06a4b77578f7597a3ed8f62e0c73c8228f.tar.bz2 webtrees-1a46bd06a4b77578f7597a3ed8f62e0c73c8228f.zip | |
Escaping output should happen in views
Diffstat (limited to 'app/User.php')
| -rw-r--r-- | app/User.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/app/User.php b/app/User.php index 25d2df722b..1bc15a5502 100644 --- a/app/User.php +++ b/app/User.php @@ -406,15 +406,6 @@ class User { } /** - * Get the real name of this user, for display on screen. - * - * @return string - */ - public function getRealNameHtml() { - return '<span dir="auto">' . e($this->real_name) . '</span>'; - } - - /** * Set the real name of this user. * * @param string $real_name |
