[SOLVED] 1.11 breaking <head profile="a profile">
Posted: Sat Aug 04, 2012 7:37 pm
I have installed version 1.11 and I currently have a profile on the <head> element.
This works just fine in previous versions but since upgrading everything above the <head> element is not rendered at all. If I remove the profile attribute everything works just fine.
I suspect this is probably due to the new smarty regex looking for a <head> rather than a <head\b[^>]*>.
Anyone else seen this?
Code: Select all
<head profile="http://dublincore.org/documents/dcq-html/">
I suspect this is probably due to the new smarty regex looking for a <head> rather than a <head\b[^>]*>.
Anyone else seen this?