We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a583d commit 1290366Copy full SHA for 1290366
src/EventListener/Loader2/Loader2Style.php
@@ -140,7 +140,7 @@ protected function _combine(string $source): string
140
private function _getScriptStyle(string $href): string
141
{
142
$script = "<script>setTimeout(function() {document.head.innerHTML += '%s';});</script><noscript>%s</noscript>";
143
- return \Safe\sprintf($script, $this->_getStyleTag($href), $this->_getStyleTag($href));
+ return sprintf($script, $this->_getStyleTag($href), $this->_getStyleTag($href));
144
}
145
146
/**
0 commit comments