]> git.mxchange.org Git - friendica.git/blobdiff - mod/crepair.php
Catch HTTPExceptions in App::runFrontend()
[friendica.git] / mod / crepair.php
index 8623d3c4ac122d5b1695c1de3065024af39c89ff..91b22dbc92b1c9085ce4709b361d4fa67cf009a7 100644 (file)
@@ -158,8 +158,8 @@ function crepair_content(App $a)
                        $remote_self_options
                ],
 
-               '$name'         => ['name', L10n::t('Name') , htmlentities($contact['name'])],
-               '$nick'         => ['nick', L10n::t('Account Nickname'), htmlentities($contact['nick'])],
+               '$name'         => ['name', L10n::t('Name') , $contact['name']],
+               '$nick'         => ['nick', L10n::t('Account Nickname'), $contact['nick']],
                '$attag'        => ['attag', L10n::t('@Tagname - overrides Name/Nickname'), $contact['attag']],
                '$url'          => ['url', L10n::t('Account URL'), $contact['url']],
                '$request'      => ['request', L10n::t('Friend Request URL'), $contact['request']],