Getting the same error:
YPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
seeing the same thing. Theme is thematic (or rather a child of), but this line is being written out previous to anything else, so it’s breaking all header settings, etc.
For this version I tried to use a different approach on manipulating links by using a PHP selector library. While testing, everything went well. Unfortunately some users experiencing problems.
My advice for now is to re-install the older version 0.35. Meanwhile I’ll be working on solving these problems.
Thanks for reporting back to me!
Regards,
Victor
New version correct bug! (1.0.2)
When the <head> tag contains attributes, the html output is all messed up.
For example, the Thematic theme generates:
<head profile=”http://gmpg.org/xfn/11″>
When I change it to just <head>, it works fine.
Hopefully solved in version 1.03…let me know.