From c52ae17df480603f9ae47cb915f3a9895f7a5bcd Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 12 Jan 2014 08:40:52 +0100 Subject: [PATCH] add bbcode support for the page register textfield (Bug #871) --- mod/register.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,