projects
/
Packages
/
TYPO3.CMS.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Revert "[BUGFIX] Do not render HTML in Install Tool's flash message"
[Packages/TYPO3.CMS.git]
/
typo3
/
sysext
/
install
/
Resources
/
Private
/
Partials
/
Action
/
Common
/
StatusMessage.html
diff --git
a/typo3/sysext/install/Resources/Private/Partials/Action/Common/StatusMessage.html
b/typo3/sysext/install/Resources/Private/Partials/Action/Common/StatusMessage.html
index
da22500
..
e215537
100644
(file)
--- a/
typo3/sysext/install/Resources/Private/Partials/Action/Common/StatusMessage.html
+++ b/
typo3/sysext/install/Resources/Private/Partials/Action/Common/StatusMessage.html
@@
-23,6
+23,6
@@
</f:switch>
<h4>{message.title}</h4>
<f:if condition="{message.message}">
- <p class="messageText">{message.message -> f:format.nl2br()}</p>
+ <p class="messageText">{message.message -> f:format.nl2br()
-> f:format.raw()
}</p>
</f:if>
</div>