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

profix898’s picture

AFAIK (and as reported by some users) the &amp; 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 ...

alexandreracine’s picture

Status: Active » Closed (won't fix)

Just 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)