summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/html/register.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/register.php b/web/html/register.php
index 014d802..cb3e8dd 100644
--- a/web/html/register.php
+++ b/web/html/register.php
@@ -25,7 +25,7 @@ if (in_request("Action") == "NewAccount") {
in_request("PK"));
} else {
- print __("Use this form to create an account.");
+ print '<p>' . __("Use this form to create an account.") . '</p>';
display_account_form("NewAccount", "", "", "", "", "", "", "", $LANG);
}