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:
Marcel Korpel 2015-07-19 22:32:05 +02:00 committed by Lukas Fleischer
parent 7927a6decd
commit cb9c0d2477

View file

@ -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);
}