]> git.mxchange.org Git - friendica.git/blobdiff - mod/dfrn_request.php
Unescape invite_desc template variable
[friendica.git] / mod / dfrn_request.php
index 15e11c3dab33029f99eca968da730d2ad91c5b8e..9f0583711f703b71415b58e6485d38fc2e2ce799 100644 (file)
@@ -632,10 +632,7 @@ function dfrn_request_content(App $a)
 
                $page_desc = L10n::t("Please enter your 'Identity Address' from one of the following supported communications networks:");
 
-               $invite_desc = sprintf(
-                       L10n::t('If you are not yet a member of the free social web, <a href="%s">follow this link to find a public Friendica site and join us today</a>.'),
-                       get_server() . '/servers'
-               );
+               $invite_desc = L10n::t('If you are not yet a member of the free social web, <a href="%s">follow this link to find a public Friendica site and join us today</a>.', get_server() . '/servers');
 
                $o = Renderer::replaceMacros($tpl, [
                        '$header' => L10n::t('Friend/Connection Request'),