diff --git a/mod/register.php b/mod/register.php index f74f57146..fc7301d52 100644 --- a/mod/register.php +++ b/mod/register.php @@ -230,7 +230,9 @@ function register_content(&$a) { $o = file_get_contents("view/register.tpl"); $o = replace_macros($o, array( - '$registertext' =>((x($a->config,'register_text'))? $a->config['register_text'] : "" ), + '$registertext' =>((x($a->config,'register_text')) + ? '
' + : "" ), '$sitename' => $a->get_hostname() )); return $o; diff --git a/view/register.tpl b/view/register.tpl index 29da2194b..441015bd0 100644 --- a/view/register.tpl +++ b/view/register.tpl @@ -1,7 +1,9 @@