diff --git a/sources/Application/WebPage/WebPage.php b/sources/Application/WebPage/WebPage.php index b0c576f47..61f8572d8 100644 --- a/sources/Application/WebPage/WebPage.php +++ b/sources/Application/WebPage/WebPage.php @@ -624,7 +624,7 @@ class WebPage implements Page break; case static::ENUM_RESOURCE_TYPE_CSS: - $this->a_linked_stylesheets[$sFileAbsURI] = $sFileAbsURI; + $this->a_linked_stylesheets[$sFileAbsURI] = ['link' => $sFileAbsURI, 'condition' => '']; break; } }