Update of /cvsroot/fink/web
In directory sc8-pr-cvs17:/tmp/cvs-serv3487

Modified Files:
        header.inc theader.inc 
Log Message:
add type info for css links


Index: header.inc
===================================================================
RCS file: /cvsroot/fink/web/header.inc,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- header.inc  20 Jun 2007 18:25:38 -0000      1.107
+++ header.inc  15 Aug 2007 18:28:30 -0000      1.108
@@ -307,7 +307,7 @@
 ?>
        <link rel="alternate" title="Fink News RDF" href="<? print $rdf_file 
?>" type="application/rss+xml">
        <link rev="made" href="mailto:[EMAIL PROTECTED]">
-       <link rel="stylesheet" href="<? print $root ?>fink.css">
+       <link rel="stylesheet" type="text/css" href="<? print $root ?>fink.css">
        <? if ($metatags) echo $metatags; ?>
        <link rel="start" href="<? print $root ?>index.php">
        <link rel="copyright" href="<? print $root ?>legal.php">

Index: theader.inc
===================================================================
RCS file: /cvsroot/fink/web/theader.inc,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- theader.inc 5 May 2005 21:09:37 -0000       1.8
+++ theader.inc 15 Aug 2007 18:28:30 -0000      1.9
@@ -74,7 +74,7 @@
 <head>
 <title>Fink - <? print $title ?></title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<link rel="stylesheet" href="<? print $root ?>fink.css">
+<link rel="stylesheet" type="text/css" href="<? print $root ?>fink.css">
 <?
 if ($metatags)
   print $metatags;


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to