Update of /cvsroot/jarspy/JarSpy-htdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv1352
Modified Files:
jarspy.php
Log Message:
fix doctype
Index: jarspy.php
===================================================================
RCS file: /cvsroot/jarspy/JarSpy-htdocs/jarspy.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** jarspy.php 16 Feb 2003 15:09:37 -0000 1.6
--- jarspy.php 17 Apr 2003 00:13:59 -0000 1.7
***************
*** 1,3 ****
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
--- 1,4 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
! "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
|