Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sg_news
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TYPO3
sg_news
Commits
03180d0f
Verified
Commit
03180d0f
authored
2 years ago
by
Kevin Ditscheid
Browse files
Options
Downloads
Patches
Plain Diff
[BUGFIX] Use excapeOutput = false for RelatedViewHelper
parent
f25c9acf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!44
[BUGFIX] Fix bugs with fetching the related news
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Classes/ViewHelpers/RelatedViewHelper.php
+5
-0
5 additions, 0 deletions
Classes/ViewHelpers/RelatedViewHelper.php
with
5 additions
and
0 deletions
Classes/ViewHelpers/RelatedViewHelper.php
+
5
−
0
View file @
03180d0f
...
...
@@ -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
*/
...
...
This diff is collapsed.
Click to expand it.
Stefan Galinski
@sgalinski
·
2 years ago
Owner
das wird im AbstractViewHelper schon gesetzt soweit ich mich erinnere. Aber egal...
das wird im AbstractViewHelper schon gesetzt soweit ich mich erinnere. Aber egal...
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment