Add quotes for HTML validation

This commit is contained in:
shrykedude 2004-01-09 18:44:55 +00:00
parent 7c0c7d9cc9
commit 056ea1f3f1

View File

@ -44,7 +44,7 @@
$pngfix_src = $GLOBALS['phpgw_info']['server']['webserver_url'] . '/phpgwapi/templates/idots/js/pngfix.js';
$pngfix ='<!-- This solves the Internet Explorer PNG-transparency bug, but only for IE 5.5 and higher -->
<!--[if gte IE 5.5000]>
<script src="'.$pngfix_src.'" type=text/javascript>
<script src="'.$pngfix_src.'" type="text/javascript">
</script>
<![endif]-->';
}