[aur-dev] [PATCH v3 2/3] Surround message with <p> tags

Marcel Korpel marcel.korpel at gmail.com
Wed Jul 15 22:56:31 UTC 2015


Signed-off-by: Marcel Korpel <marcel.korpel at gmail.com>
---
 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 '<p>' . __("Use this form to create an account.") . '</p>';
 	display_account_form("NewAccount", "", "", "", "", "", "", "", $LANG);
 }
 
-- 
2.4.5


More information about the aur-dev mailing list