Skip to content

Commit

Permalink
[BUGFIX] do not htmlencode upload widget output
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnsn authored Jan 31, 2023
1 parent 5740f96 commit a9a8026
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Classes/ViewHelpers/Widget/UploadViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
*/
class UploadViewHelper extends AbstractViewHelper
{
protected $escapeOutput = false;

public function initializeArguments()
{
$this->registerArgument(
Expand Down

0 comments on commit a9a8026

Please sign in to comment.