diff --git a/mod/register.php b/mod/register.php index f74f571463..fc7301d523 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')) + ? '
' . $a->config['register_text'] . '
' + : "" ), '$sitename' => $a->get_hostname() )); return $o; diff --git a/view/register.tpl b/view/register.tpl index 29da2194bb..441015bd02 100644 --- a/view/register.tpl +++ b/view/register.tpl @@ -1,7 +1,9 @@

Registration

-
$registertext
+ + $registertext +
@@ -16,8 +18,8 @@

- You will use a unique nickname to identify yourself in our social network. This must begin with a text character. - Your profile identifier will then be 'nickname@$sitename'. + Choose a profile nickname. This must begin with a text character. + Your global profile locator will then be 'nickname@$sitename'.