- From: Fabrice Estiévenart <fe@cetic.be>
- Date: Thu, 07 Oct 2004 14:46:48 +0200
- To: html-tidy@w3.org
Received on Thursday, 7 October 2004 12:47:06 UTC
Hi,
From bad HTML looking like this:
<head>
<LINK REL=stylesheet TYPE="text/css"
HREF="html/elb/styles.css"></LINK>
<head>
<title>My Homepage</title>
<META HTTP-EQUIV="pragma" CONTENT="no-cache">
</head>
Tidy outputs 2 <title> elements:
<head>
<link rel="stylesheet" type="text/css" href="html/elb/styles.css">
<title></title>
<title>My Homepage</title>
<meta http-equiv="pragma" content="no-cache">
</head>
What can I do to solve that inconvenience ?
Fabrice
Received on Thursday, 7 October 2004 12:47:06 UTC