We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa94c9f + 0a1ed05 commit aa0ab8dCopy full SHA for aa0ab8d
src/SDK/SDK.php
@@ -155,7 +155,7 @@ public function __construct(Language $language, Spec $spec)
155
}, ['is_safe' => ['html']]));
156
$this->twig->addFilter(new TwigFilter('escapeDollarSign', function ($value) {
157
return str_replace('$', '\$', $value);
158
- }));
+ }, ['is_safe'=>['html']]));
159
$this->twig->addFilter(new TwigFilter('paramsQuery', function ($value) {
160
$query = '';
161
0 commit comments