|
From: Benjamin C. <bc...@us...> - 2001-08-08 19:26:39
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv4783/templates/default
Modified Files:
passwordform.html
Log Message:
That's a bad typo
Index: passwordform.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/passwordform.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- passwordform.html 2001/08/01 13:55:56 1.1
+++ passwordform.html 2001/08/08 19:26:31 1.2
@@ -1,4 +1,4 @@
-<form action="{me}" method="{post}">
+<form action="{me}" method="post">
<input type="hidden" name="do" value="changepassword">
<table border="0" cellpadding="0" cellspacing="0" width="600">
<tr>
|