From: <vb...@us...> - 2002-09-04 22:59:49
|
Update of /cvsroot/webnotes/webnotes/core In directory usw-pr-cvs1:/tmp/cvs-serv18345/core Modified Files: api.php Log Message: Fix an html error Index: api.php =================================================================== RCS file: /cvsroot/webnotes/webnotes/core/api.php,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- api.php 4 Sep 2002 15:03:50 -0000 1.12 +++ api.php 4 Sep 2002 22:59:46 -0000 1.13 @@ -187,7 +187,7 @@ <input type="hidden" name="f_id" value="$v_id" /> <input type="hidden" name="f_page_id" value="$p_page_id" /> <input type="hidden" name="f_url" value="$p_url" /> - <td width="50%" align="center" + <td width="50%" align="center"> <input type="submit" value="$s_delete_button" /> </form> </td> |