Closed (won't fix)
Project:
Gallery
Version:
5.x-2.0
Component:
Code / API
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Jan 2008 at 01:04 UTC
Updated:
18 Nov 2008 at 23:52 UTC
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)