[PHPVortex-Commit] phpvortex/test tests.css,1.3,1.4 vortex_test.php,1.7,1.8
Brought to you by:
nop144666
From: Thiago R. <nop...@us...> - 2004-10-05 19:36:08
|
Update of /cvsroot/phpvortex/phpvortex/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23914/test Modified Files: tests.css vortex_test.php Log Message: Some changes for XHTML compilance Index: vortex_test.php =================================================================== RCS file: /cvsroot/phpvortex/phpvortex/test/vortex_test.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** vortex_test.php 5 Oct 2004 15:10:18 -0000 1.7 --- vortex_test.php 5 Oct 2004 19:35:10 -0000 1.8 *************** *** 20,26 **** <head> <title>Test PHP Vortex Functionality</title> ! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> ! <link href="tests.css" rel="stylesheet" type="text/css"> ! <link href="vortex_test.css" rel="stylesheet" type="text/css"> </head> --- 20,26 ---- <head> <title>Test PHP Vortex Functionality</title> ! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> ! <link href="tests.css" rel="stylesheet" type="text/css" /> ! <link href="vortex_test.css" rel="stylesheet" type="text/css" /> </head> Index: tests.css =================================================================== RCS file: /cvsroot/phpvortex/phpvortex/test/tests.css,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** tests.css 5 Oct 2004 15:10:18 -0000 1.3 --- tests.css 5 Oct 2004 19:35:10 -0000 1.4 *************** *** 1,4 **** body { ! font:Verdana, Arial, Helvetica, sans-serif; } --- 1,4 ---- body { ! font-family:Verdana, Arial, Helvetica, sans-serif; } |