Something went wrong on our end
ISTWCMS-7266: Refactor link handling logic in UwCblLinks block.
Compare changes
- Igor Biki authored
Ensure fragment or query strings are appended only if they start with `#` or `?`. This prevents unintended behavior where links remain unchanged when conditions are not met.
+ 3
− 1
@@ -973,7 +973,9 @@ class UwCblLinks extends BlockBase implements ContainerFactoryPluginInterface {