Skip to content

Commit 0a1ed05

Browse files
committed
marking escapeDollarSign as htmlsafe
1 parent fa94c9f commit 0a1ed05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SDK/SDK.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public function __construct(Language $language, Spec $spec)
155155
}, ['is_safe' => ['html']]));
156156
$this->twig->addFilter(new TwigFilter('escapeDollarSign', function ($value) {
157157
return str_replace('$', '\$', $value);
158-
}));
158+
}, ['is_safe'=>['html']]));
159159
$this->twig->addFilter(new TwigFilter('paramsQuery', function ($value) {
160160
$query = '';
161161

0 commit comments

Comments
 (0)