From: Tobias Diekershoff Date: Sun, 12 Jan 2014 07:40:52 +0000 (+0100) Subject: add bbcode support for the page register textfield (Bug #871) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c52ae17df480603f9ae47cb915f3a9895f7a5bcd;p=friendica.git add bbcode support for the page register textfield (Bug #871) --- diff --git a/mod/register.php b/mod/register.php index 1370eb42f1..c00d2315ce 100644 --- a/mod/register.php +++ b/mod/register.php @@ -1,6 +1,7 @@ $realpeople, '$regtitle' => t('Registration'), '$registertext' =>((x($a->config,'register_text')) - ? '
' . $a->config['register_text'] . '
' + ? '
' . bbcode($a->config['register_text']) . '
' : "" ), '$fillwith' => $fillwith, '$fillext' => $fillext,