Hi Nicolas,

I have the following line in my org-mode document

#+AUTHOR: Bernt Hansen (IRC:BerntH on freenode)

On the old exporter this became

<meta name="author" content="Bernt Hansen (IRC:BerntH on freenode)"/>

I just tried exporting this with the new exporter and I get this

<meta name="author" content="Bernt Hansen (<a href="BerntH">BerntH</a>
on freenode)"/>

which isn't legal HTML.  The quotes on the href="BerntH" close the
previous context= quote.

Adding a space after IRC: seems to work

<meta name="author" content="Bernt Hansen (IRC: BerntH on freenode)"/>

Regards,
Bernt

Reply via email to