Hi,
I've a warning on html validation of the output from the html plugin export:
<title>catalogue.xml</title> <meta http-equiv="content-type"content="text/html;charset=utf-8"/> <meta name="generator"content="Geany 0.18"/> <meta name="date"content="2010-01-31T11:16:15"> <style type="text/css">
line 9 column 2 - Avertissement: <meta> element not empty or not closed. It's the folowing one, that should close with '/' like the others:
<meta name="date"content="2010-01-31T11:16:15">
Thanks Didier
Hi,
On Sun, 31 Jan 2010 11:22:09 +0100 Didier Corbière marsender@free.fr wrote:
I've a warning on html validation of the output from the html plugin export:
<title>catalogue.xml</title> <meta http-equiv="content-type"content="text/html;charset=utf-8"/> <meta name="generator"content="Geany 0.18"/> <meta name="date"content="2010-01-31T11:16:15"> <style type="text/css">
line 9 column 2 - Avertissement: <meta> element not empty or not closed. It's the folowing one, that should close with '/' like the others:
<meta name="date"content="2010-01-31T11:16:15">
This should be fixed now in svn with r4594. Thanks for reporting.
Thanks, Frank