@@ -66,7 +66,7 @@ |
||
| 66 | 66 | if ($cache === null) { |
| 67 | 67 | $cache = new Cache(null, null, false); |
| 68 | 68 | } |
| 69 | - $cacheKey = 'HtmlMin::hash' . md5($html); |
|
| 69 | + $cacheKey = 'HtmlMin::hash'.md5($html); |
|
| 70 | 70 | |
| 71 | 71 | if ( |
| 72 | 72 | $cache->getCacheIsReady() === true |