Skip to content
Snippets Groups Projects
Verified Commit 03180d0f authored by Kevin Ditscheid's avatar Kevin Ditscheid
Browse files

[BUGFIX] Use excapeOutput = false for RelatedViewHelper

parent f25c9acf
No related branches found
No related tags found
1 merge request!44[BUGFIX] Fix bugs with fetching the related news
......@@ -13,6 +13,11 @@ use TYPO3Fluid\Fluid\Core\ViewHelper\Traits\CompileWithRenderStatic;
class RelatedViewHelper extends AbstractViewHelper {
use CompileWithRenderStatic;
/**
* @var bool
*/
protected $escapeOutput = false;
/**
* Initialize the view helper arguments
*/
......
  • Owner

    das wird im AbstractViewHelper schon gesetzt soweit ich mich erinnere. Aber egal...

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment