Skip to content

Commit 6b7db4d

Browse files
authored
ENGCOM-5397: Resolved + character issue in custom widget #23496
2 parents b45a357 + d689ee0 commit 6b7db4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Filter/Template/Tokenizer/AbstractTokenizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function char()
9494
*/
9595
public function setString($value)
9696
{
97-
$this->_string = urldecode($value);
97+
$this->_string = rawurldecode($value);
9898
$this->reset();
9999
}
100100

0 commit comments

Comments
 (0)