A couple of line breaks were missing in the create database form.

This commit is contained in:
petere78 2004-03-27 01:12:52 +00:00
parent 955581957e
commit 4709118f0c

View File

@ -14,9 +14,9 @@
{instr}<p>
<form action="index.php" method="post">
{createdb}<br>
DB root username: <input type="text" name="db_root" value="root">
DB root password: <input type="password" name="db_pass">
<input type="hidden" name="action" value="Create Database">
DB root username: <input type="text" name="db_root" value="root"><br>
DB root password: <input type="password" name="db_pass"><br>
<input type="hidden" name="action" value="Create Database">
<input type="submit" name="label" value="{create_database}">
</form>
<form method="POST" action="index.php"> <br>