i was wondering if there was a way to do the included code, but w3c compliant?
all & to be w3c complaint are suppose to be &
from line 402 of gallery_base.inc
$include = str_replace('&g2_frames', '&g2_frames', $include);
i was wondering if there was a way to do the included code, but w3c compliant?
all & to be w3c complaint are suppose to be &
from line 402 of gallery_base.inc
$include = str_replace('&g2_frames', '&g2_frames', $include);
Comments
Comment #1
profix898 commentedAFAIK (and as reported by some users) the
&notation doesnt work correctly, if the css file is included using the @import directive. In Drupal 6 we switched to<link type="text/css" ..., what makes the hack above unnecessary. For D5 however I dont see any other solution, but if you can show me how to do it W3C compliant ...Comment #2
alexandreracine commentedJust like he said.
------------
Feel free to reopen but please look at the latest version first! It's probably fixed.
http://drupal.org/project/gallery
Closing (cleanup)