]> git.entuzijast.net Git - freeradius-dialup-admin.git/commitdiff
Small html fix in password.php3
authorkkalev <kkalev>
Thu, 22 Aug 2002 14:16:54 +0000 (14:16 +0000)
committerkkalev <kkalev>
Thu, 22 Aug 2002 14:16:54 +0000 (14:16 +0000)
Changelog
htdocs/password.php3

index aa47e5701aee8ae7ea8a844df26f3a50dda838d6..ef5c10d3f147e7aaaa023fc7b086fb870b27ad30 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,5 +1,5 @@
 Ver 1.56:
-* Small html fix in user_edit.php3
+* Small html fixes in user_edit.php3 and password.php3
 Ver 1.55:
 * Update the FAQ about missing attributes from the user/group edit pages and add a few comments
   in the configuration files
index 04cac5b6e6a11e11e060cb44ded112fef9e4e01a..85f73811ed4f24ceec4c7a0ff214d9760b776b24 100644 (file)
@@ -16,7 +16,7 @@
        <table border=0 width=100% cellpadding=12 cellspacing=0 bgcolor="#ffffd0" valign=top>
        <tr><td>
        <table border=1 bordercolordark=#ffffe0 bordercolorlight=#000000 width=100% cellpadding=2 cellspacing=0 bgcolor="#ffffe0" valign=top>
-       <tr><td align=center bgcolor="#d0ddb0">Password</td><td><input type="password" name="passwd" value=""><input type="submit" class=button value="check"></td></tr>        
+       <tr><td align=center bgcolor="#d0ddb0">Password</td><td><input type="password" name="passwd" value="">&nbsp;<input type="submit" class=button value="check"></td></tr>  
        </table>
        </table>
 </table>