Closed (fixed)
Project:
Zentropy
Version:
7.x-1.0
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
20 Mar 2011 at 23:59 UTC
Updated:
6 Feb 2012 at 00:28 UTC
Lines 90, 91, & 92 of html.tpl.php are missing trailing comment. Should read:
<!--[if lt IE 7 ]-->
<!--<script src="<?php echo $prtnrs_path;?>/js/libs/dd_belatedpng.js"></script>-->
<!--<script> DD_belatedPNG.fix('img, .png_bg'); //fix any <img> or .png_bg background-images </script>-->
Minor, especially as easily caught by newbs like me on following ReadMe.txt install instructions, but thought worth correcting. Might otherwise cause validation problems if users aren’t getting into ie6 PNG support.
Comments
Comment #1
alexweber commentedthanks, will fix!
Comment #2
alexweber commentedfixed in RC3, will be released in a couple hours!
Comment #3
alexweber commented