From cb9c0d2477480b63294854ce2abf7d9a34059ee6 Mon Sep 17 00:00:00 2001 From: Marcel Korpel Date: Sun, 19 Jul 2015 22:32:05 +0200 Subject: Surround message with

tags Signed-off-by: Marcel Korpel Signed-off-by: Lukas Fleischer --- web/html/register.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '

' . __("Use this form to create an account.") . '

'; display_account_form("NewAccount", "", "", "", "", "", "", "", $LANG); } -- cgit v1.2.3-54-g00ecf