Index: sites/all/modules/belatedpng/belatedpng.module =================================================================== --- sites/all/modules/belatedpng/belatedpng.module Fri Apr 02 14:28:15 CST 2010 +++ sites/all/modules/belatedpng/belatedpng.module Fri Apr 02 14:28:15 CST 2010 @@ -19,6 +19,12 @@ function belatedpng_init() { $belatedpngapply = variable_get('belatedpng_css_toapply', ''); + /** + * Split each line so we can implode them later on + */ + $belatedpngapply = preg_split("/[\n|\r|\r\n|,]+/", strip_tags($belatedpngapply)); + $belatedpngapply = implode(",",$belatedpngapply); + if (!empty($belatedpngapply)) { drupal_set_html_head('