From: <vb...@us...> - 2002-09-03 03:44:39
|
Update of /cvsroot/webnotes/webnotes/core In directory usw-pr-cvs1:/tmp/cvs-serv3691/core Modified Files: api.php Log Message: Replace <p /> with <br /> for better rendering by most browsers. Index: api.php =================================================================== RCS file: /cvsroot/webnotes/webnotes/core/api.php,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- api.php 3 Sep 2002 03:39:18 -0000 1.6 +++ api.php 3 Sep 2002 03:44:36 -0000 1.7 @@ -204,7 +204,7 @@ PRINT "<div align=\"center\">"; PRINT "<a href=\"$g_admin_page\">$s_admin_link</a> | "; PRINT "<a href=\"$g_logout\">$s_logout_link</a>"; - PRINT "<p />"; + PRINT "<br />"; } ########################################################################### # Print API @@ -223,7 +223,7 @@ $t_page_id = get_page_id( $p_file ); - PRINT "<p />"; + PRINT "<br />"; PRINT "<div align=\"center\">"; PRINT "<table bgcolor=\"$g_table_border_color\" width=\"640\" cellspacing=\"1\" border=\"0\" cellpadding=\"3\">"; PRINT "<tr bgcolor=\"$g_header_color\">"; |