mirror of
https://github.com/friendica/friendica
synced 2025-04-24 01:50:17 +00:00
Unescape invite_desc template variable
This commit is contained in:
parent
ea1946ec03
commit
935b86749d
3 changed files with 3 additions and 6 deletions
|
@ -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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue