Skip to content
Snippets Groups Projects
Commit 8cb76d42 authored by Frank Mably's avatar Frank Mably Committed by Merlin Axel Rutz
Browse files

Issue #3444733 by mably, duckydan, Anybody, justcaldwell, geek-merlin, Rajan...

Issue #3444733 by mably, duckydan, Anybody, justcaldwell, geek-merlin, Rajan Kumar@2026, maxilein: 10.2.6 Error - CSS preprocessing / aggregation fails, resulting in broken page / style
parent e9c6d068
No related branches found
No related tags found
1 merge request!16Issue #3444733 by mably: Drupal 10.2.6 doesn't allow slashes in library names
......@@ -77,7 +77,7 @@ abstract class AssetInjectorBase extends ConfigEntityBase implements AssetInject
*/
public function libraryNameSuffix() {
$extension = $this->extension();
return "$extension/$this->id";
return "$extension.$this->id";
}
/**
......
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