From: <fr...@us...> - 2004-01-01 17:13:22
|
Update of /cvsroot/devil-linux/web In directory sc8-pr-cvs1:/tmp/cvs-serv454 Modified Files: index.shtml Log Message: make path to cascading style sheet absolute because of SSI from subdirs Index: index.shtml =================================================================== RCS file: /cvsroot/devil-linux/web/index.shtml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- index.shtml 1 Jan 2004 16:43:30 -0000 1.2 +++ index.shtml 1 Jan 2004 17:13:19 -0000 1.3 @@ -4,7 +4,7 @@ <head> <meta content="text/html; charset=ISO-8859-15" http-equiv="content-type"> <!--#include virtual="head.shtml" --> - <link rel="stylesheet" type="text/css" href="dl.css"> + <link rel="stylesheet" type="text/css" href="/dl.css"> </head> <body> |