Skip to content
Snippets Groups Projects
Commit cd0fa02c authored by Christian Eßl's avatar Christian Eßl Committed by Daniel Goerz
Browse files

[BUGFIX] Escape html tags in cshmanual content

Parts of the cshmanual were never shown, because a language variable
contained a <title> tag, that made the browser hide all of the manual
content after that tag.

Resolves: #90675
Releases: master, 9.5
Change-Id: I2d9cf15153f80bd5d0d8ed8cd0864807f30d31f1
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63607


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
parent 70b3a05b
Branches
Tags
No related merge requests found
<a id="{manual.table}{f:if(condition:manual.field,then:'.{manual.field}')}"></a>
<h2>{manual.headerLine}</h2>
<p>{manual.content -> f:format.raw()}</p>
<p>{manual.content -> f:format.htmlentities() -> f:format.raw()}</p>
<f:if condition="{manual.configuration.details}">
<h3><f:translate key="LLL:EXT:backend/Resources/Private/Language/locallang_view_help.xlf:details" /></h3>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment