swerc

anselm's simpler werc fork
git clone git://git.suckless.org/swerc
Log | Files | Refs | README

commit 0c7597c9bea689287b9281fa889bcc30f4ce47f5
parent 5df1d1161494be8ac500ccac1510a91dfd314f9f
Author: uriel@engel.se.cat-v.org <unknown>
Date:   Mon, 26 Jan 2009 04:09:23 +0100

Cosmetic html fixes to user login form.
Diffstat:
Mlib/_users/login.tpl | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/_users/login.tpl b/lib/_users/login.tpl @@ -7,8 +7,8 @@ % if (~ $REQUEST_METHOD POST) % echo 'Login failed!' <form method="POST"> - User name: <input type="text" name="user_name" /><br /> - User password: <input type="password" name="user_password" /><br /> + <label>User name: <input type="text" name="user_name" /></label><br /> + <lavel>User password: <input type="password" name="user_password" /></label><br /> <input name="s" type="submit" value="Login" /> </form> % }