mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Surround message with <p> tags
Signed-off-by: Marcel Korpel <marcel.korpel@gmail.com> Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
7927a6decd
commit
cb9c0d2477
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue