|
From: Benjamin C. <bc...@us...> - 2001-08-06 13:37:07
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv2098/templates/default
Modified Files:
queryform.html
Log Message:
Fixed a typo that prevented the initial sort from the query page to fail
Index: queryform.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/queryform.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- queryform.html 2001/08/01 13:55:56 1.1
+++ queryform.html 2001/08/06 13:37:03 1.2
@@ -201,7 +201,7 @@
Priority
</option>
</select>
- <select aame="sort">
+ <select name="sort">
<option selected value="asc">Ascending</option>
<option value="desc">Descending</option>
</select>
|