Skip to content
Snippets Groups Projects
Commit 7daf49ca authored by Nicholas Mangold's avatar Nicholas Mangold
Browse files

#3382253: Fix loading styles library.

parent 1da8c10b
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ function highlightjs_input_filter_library_info_build() {
$libraries['highlightjs_input_filter.styles'] = [
'css' => [
'theme' => [
'https://unpkg.com/@highlightjs/cdn-assets@/styles/' . $theme . '.min.css' => [
'https://unpkg.com/@highlightjs/cdn-assets@11.8.0/styles/' . $theme . '.min.css' => [
'type' => 'external',
'minified' => TRUE,
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment