Closed (fixed)
Project:
Chaos Tool Suite (ctools)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Sep 2010 at 09:05 UTC
Updated:
29 Oct 2010 at 21:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
neclimdulgood catch.
test? http://github.com/sdboyer/ctools/blob/sprint-master/tests/css.test
Comment #2
swentel commentedAlright, by creating the test, I saw my original patch was actually not working fully. Imploding on '' instead of ':', stupid me.
Attached here is a patch for D6.
Tests for D7 + small fix are committed on my github fork* and pull request is sent to the sprint-master branch of sdboyer.
* see http://github.com/swentel/ctools/blob/sprint-master/tests/css.test and http://github.com/swentel/ctools/blob/sprint-master/includes/css.inc
Comment #3
swentel commentedReroll, using explode with limit.
Comment #4
merlinofchaos commentedThanks! Committed.