Update of /cvsroot/csseditor/htdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv5422
Modified Files:
index.html
Log Message:
Make index.html valid HTML 4.0.1 (because the news feed provided by SF is not valid XML, and not even valid HTML :-( )
Index: index.html
===================================================================
RCS file: /cvsroot/csseditor/htdocs/index.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** index.html 10 Jan 2004 22:05:53 -0000 1.8
--- index.html 10 Jan 2004 22:49:52 -0000 1.9
***************
*** 6,11 ****
<head>
<title>CSS Editor (Eclipse Plugin)</title>
! <link rel="stylesheet" type="text/css" media="screen" href="style/layout.css"/>
! <link rel="stylesheet" type="text/css" media="print" href="style/print.css"/>
</head>
<body>
--- 6,12 ----
<head>
<title>CSS Editor (Eclipse Plugin)</title>
! <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
! <link rel="stylesheet" type="text/css" media="screen" href="style/layout.css">
! <link rel="stylesheet" type="text/css" media="print" href="style/print.css">
</head>
<body>
***************
*** 48,52 ****
</p>
<a href="images/screenshot.png" title="Click for a larger view">
! <img alt="Screenshot" style="float: left; margin-right: 2em" src="images/screenshot_thumb.png"/>
</a>
<ul>
--- 49,53 ----
</p>
<a href="images/screenshot.png" title="Click for a larger view">
! <img alt="Screenshot" style="float: left; margin-right: 2em" src="images/screenshot_thumb.png">
</a>
<ul>
|