[Jarspy-commits] CVS: JarSpy-htdocs heading.html,1.17,1.18
Status: Beta
Brought to you by:
brown_j
From: Jeff B. <br...@us...> - 2003-04-17 00:40:30
|
Update of /cvsroot/jarspy/JarSpy-htdocs In directory sc8-pr-cvs1:/tmp/cvs-serv11010 Modified Files: heading.html Log Message: fix doctype Index: heading.html =================================================================== RCS file: /cvsroot/jarspy/JarSpy-htdocs/heading.html,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** heading.html 15 Nov 2002 00:22:01 -0000 1.17 --- heading.html 17 Apr 2003 00:40:26 -0000 1.18 *************** *** 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/strict.dtd"> <html> <head> |