@@ -85,13 +85,13 @@ |
||
85 | 85 | } |
86 | 86 | |
87 | 87 | function ao_css_speedup_cleanup($cssin) { |
88 | - // speedupper results in aggregated CSS not being minified, so the filestart-marker AO adds when aggregating need to be removed |
|
89 | - return trim(str_replace(array('/*FILESTART*/','/*FILESTART2*/'),'',$cssin)); |
|
88 | + // speedupper results in aggregated CSS not being minified, so the filestart-marker AO adds when aggregating need to be removed |
|
89 | + return trim(str_replace(array('/*FILESTART*/','/*FILESTART2*/'),'',$cssin)); |
|
90 | 90 | } |
91 | 91 | |
92 | 92 | function ao_js_speedup_cleanup($jsin) { |
93 | - // cleanup |
|
94 | - return trim($jsin); |
|
93 | + // cleanup |
|
94 | + return trim($jsin); |
|
95 | 95 | } |
96 | 96 | |
97 | 97 | // conditionally attach filters |