[Lxr-commits] CVS: lxr/templates html-head.html,1.2,1.3
Brought to you by:
ajlittoz
|
From: Malcolm B. <mb...@us...> - 2001-09-28 14:22:17
|
Update of /cvsroot/lxr/lxr/templates In directory usw-pr-cvs1:/tmp/cvs-serv32699 Modified Files: html-head.html Log Message: Fix HTML to be 4.01 Transitional compliant Index: html-head.html =================================================================== RCS file: /cvsroot/lxr/lxr/templates/html-head.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- html-head.html 2001/09/27 16:12:21 1.2 +++ html-head.html 2001/09/28 14:22:14 1.3 @@ -1,9 +1,9 @@ -<!doctype html public \"-//W3C//DTD HTML 3.2//EN\"> +<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>$title</title> -<base href=$baseurl> -<link href="$stylesheet" rel="STYLESHEET" type="text/css"/> +<base href="$baseurl" > +<link href="$stylesheet" rel="STYLESHEET" type="text/css"> </head> <body> |