From 511cbb1c981d77d3adc21c6de279d7afd5f07e94 Mon Sep 17 00:00:00 2001 From: rvelices Date: Wed, 11 Jan 2012 05:34:41 +0000 Subject: bug 2544 upgrade css minifier to version 3.0.1 (Embedded cssmin is imcompatible with font-face syntax) git-svn-id: http://piwigo.org/svn/trunk@12874 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/template.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/template.class.php') diff --git a/include/template.class.php b/include/template.class.php index a7a7d9124..b6d1aa4ba 100644 --- a/include/template.class.php +++ b/include/template.class.php @@ -1299,7 +1299,7 @@ final class FileCombiner { $css = self::process_css_rec($file); require_once(PHPWG_ROOT_PATH.'include/cssmin.class.php'); - $css = CssMin::minify($css, array('emulate-css3-variables'=>false)); + $css = CssMin::minify($css, array('Variables'=>false)); $css = trigger_event('combined_css_postfilter', $css); return $css; } -- cgit v1.2.3