Last modified: 2004-12-05 02:56:35 UTC
In OutputPage.php, getHeadLinks() generates meta tag content attribute values wrapped in double-quotes, which breaks when the value contains double-quotes due to extensions such as that attached to bug 982. Patches to follow.
Created attachment 148 [details] Patch for REL1_3
Created attachment 149 [details] Patch for HEAD & REL1_4
This patch doesn't make much sense. Instead, make sure you're appropriately escaping material (eg using htmlspecialchars()) so that double-quotes become "
Thanks. The patch seemed to make sense in regard to PICS meta tags, probably due to the age of the specs, e.g. http://www.w3c.org/TR/REC-PICS-labels#Embedding and a similar assertion at http://www.icra.org/faq/professional/#elements However, " works with IE6-SP1 ok. I'll update the bug 982 attachment in a few hours.