Skip to content

Commit d689ee0

Browse files
ENGCOM-5397: Resolved + character issue in custom widget #23496
- Merge Pull Request #23496 from sarfarazbheda/magento2:hot/fix-16234 - Merged commits: 1. 538f690 2. bfa6074
2 parents f94b4a8 + bfa6074 commit d689ee0

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)