fix : add '/' to the global.css relative path
This commit is contained in:
parent
73f0b981b0
commit
67efb6efa0
@ -31,6 +31,6 @@ class HtmlView extends BaseHtmlView {
|
||||
{
|
||||
// Import CSS
|
||||
$document = Factory::getDocument();
|
||||
$document->addStyleSheet('components/com_leaflet/assets/css/global.css');
|
||||
$document->addStyleSheet('/components/com_leaflet/assets/css/global.css');
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user