We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee5d62 commit 6981242Copy full SHA for 6981242
src/optimize.cls.php
@@ -20,7 +20,7 @@ class Optimize extends Base {
20
21
const ITEM_TIMESTAMP_PURGE_CSS = 'timestamp_purge_css';
22
23
- const DUMMY_CSS_REGEX = "#<link rel=['\"]stylesheet['\"] id=['\"]litespeed-cache-dummy-css['\"] href=['\"].+assets/css/litespeed-dummy\.css[?\w.=-]*['\"][ \w='\"/]*>#isU";
+ const DUMMY_CSS_REGEX = "#<link [ \w='\"/]*id=['\"]litespeed-cache-dummy-css['\"] href=['\"].+assets/css/litespeed-dummy\.css[?\w.=-]*['\"][ \w='\"/]*>#isU";
24
25
private $content;
26
private $content_ori;
0 commit comments