Closed (fixed)
Project:
Coder
Version:
7.x-1.x-dev
Component:
Upgrade Routines
Priority:
Normal
Category:
Feature request
Assigned:
Issue tags:
Reporter:
Created:
25 Nov 2009 at 22:21 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
duellj commentedAttached upgrade routine changes drupal_set_html_head() calls that contain inline css to drupal_add_css().
Test function:
Comment #2
solotandem commentedImplemented in next dev release with following changes: changed test function name to match issue fragment of 'drupal_add_css_inline'; modified upgrade routine to add the 'type' => 'inline' option to drupal_add_css.