- From: Jacob Sparre Andersen <sparre@cats.nbi.dk>
- Date: Thu, 15 Apr 1999 16:53:15 +0200 (MET DST)
- To: html-tidy@w3.org
Hi Dave,
tidy has a nasty habit of exchanging '"' with '""'
in attribute values. I include an example showing this
problem.
Jacob
PS: Any chance you will start using gettext to make it
easier to localize tidy?
------------------------------------------------------------
-- This file:
<html>
<head>
<title>
Bug report
</title>
<link rel="Author" title="Jacob aka "me".">
<body>
<p>
Guess what happens.
</html>
------------------------------------------------------------
-- Translates to:
<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<title>
Bug report
</title>
<link rel="Author" title="Jacob aka ""me"".">
<body>
<p>
Guess what happens.
</html>
------------------------------------------------------------
Received on Thursday, 15 April 1999 10:53:19 UTC