Skip to content
Snippets Groups Projects
Commit 81153646 authored by Nadir Sunar's avatar Nadir Sunar Committed by Anja Leichsenring
Browse files

[BUGFIX] HTML correctly rendered in About TYPO3 CMS

"<f:translate htmlEscape" parameter (which is deprecated) has been
removed under sysext:belog.

Also the url under "Core Team" section was updated,
which was a redirect.

Resolves: #76518
Releases: master
Change-Id: I25a5bfe2a70b3e379f9e4300894c3c32857f6023
Reviewed-on: https://review.typo3.org/48498


Reviewed-by: default avatarJan Helke <typo3@helke.de>
Tested-by: default avatarJan Helke <typo3@helke.de>
Reviewed-by: default avatarJan Rowold <j.rowold@neusta.de>
Tested-by: default avatarJan Rowold <j.rowold@neusta.de>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
parent de5d7286
Branches
Tags
No related merge requests found
<p>
<f:translate
key="LLL:EXT:lang/locallang_mod_help_about.xlf:cms_description"
arguments="{
0: '{TYPO3Version}',
1: '&copy; {TYPO3CopyrightYear}',
2: 'Kasper Sk&aring;rh&oslash;j'
}"
htmlEscape="0"
/>
{f:translate(key: 'LLL:EXT:lang/locallang_mod_help_about.xlf:cms_description',
arguments: '{
0: TYPO3Version,
1: "&copy; {TYPO3CopyrightYear}",
2: "Kasper Sk&aring;rh&oslash;j"
}') -> f:format.raw()}
</p>
<br>
<br>
......@@ -4,10 +4,7 @@
<f:translate key="LLL:EXT:lang/locallang_mod_help_about.xlf:coredevs" />
</h2>
<p>
<f:translate
key="LLL:EXT:lang/locallang_mod_help_about.xlf:coredevs_detail"
htmlEscape="0"
/>
{f:translate(key: 'LLL:EXT:lang/locallang_mod_help_about.xlf:coredevs_detail') -> f:format.raw()}
</p>
</div>
</div>
<div class="panel panel-default">
<div class="panel-body panel-body-highlightlinks">
<h2 class="h4">
<f:translate
key="LLL:EXT:lang/locallang_mod_help_about.xlf:community_credits"
htmlEscape="0"
/>
{f:translate(key: 'LLL:EXT:lang/locallang_mod_help_about.xlf:community_credits') -> f:format.raw()}
</h2>
<p>
<f:translate
key="LLL:EXT:lang/locallang_mod_help_about.xlf:information_detail"
htmlEscape="0"
/>
{f:translate(key: 'LLL:EXT:lang/locallang_mod_help_about.xlf:information_detail') -> f:format.raw()}
</p>
</div>
</div>
......@@ -4,10 +4,7 @@
<f:translate key="LLL:EXT:lang/locallang_mod_help_about.xlf:donation_header" />
</h2>
<p>
<f:translate
key="LLL:EXT:lang/locallang_mod_help_about.xlf:donation_message"
htmlEscape="0"
/>
{f:translate(key: 'LLL:EXT:lang/locallang_mod_help_about.xlf:donation_message') -> f:format.raw()}
</p>
<a href="{TYPO3UrlDonate}" class="btn btn-default" title="{f:translate(key:'LLL:EXT:lang/locallang_mod_help_about.xlf:donation_button')}" target="_blank">
<f:translate key="LLL:EXT:lang/locallang_mod_help_about.xlf:donation_button" />
......
......@@ -4,10 +4,7 @@
<f:translate key="LLL:EXT:lang/locallang_mod_help_about.xlf:external_libraries" />
</h2>
<p>
<f:translate
key="LLL:EXT:lang/locallang_mod_help_about.xlf:external_thanks"
htmlEscape="0"
/>
<f:translate key="LLL:EXT:lang/locallang_mod_help_about.xlf:external_thanks" />
</p>
</div>
<table class="table panel-table">
......
......@@ -210,10 +210,7 @@
<td valign="top">
<f:if condition="{f:translate(key:'action_{logItem.type}_{logItem.action}')}">
<f:then>
<f:translate
key="action_{logItem.type}_{logItem.action}"
htmlEscape="0"
/>
<f:translate key="action_{logItem.type}_{logItem.action}" />
</f:then>
<f:else>
[{logItem.action}]
......
......@@ -31,7 +31,7 @@
<source>Core Team</source>
</trans-unit>
<trans-unit id="coredevs_detail">
<source>Visit &lt;a href="https://typo3.org/teams-committees/core-development/" target="_blank"&gt;typo3.org/teams-committees/core-development/&lt;/a&gt; for the complete member list.&lt;br /&gt;&lt;br /&gt;The Git Repository and the ChangeLog can be found &lt;a href="http://forge.typo3.org/projects/show/typo3v4-core/" target="_blank"&gt;here&lt;/a&gt;.</source>
<source>Visit &lt;a href="https://typo3.org/teams-committees/core-development/" target="_blank"&gt;typo3.org/teams-committees/core-development/&lt;/a&gt; for the complete member list.&lt;br /&gt;&lt;br /&gt;The Git Repository and the ChangeLog can be found &lt;a href="https://forge.typo3.org/projects/typo3cms-core/" target="_blank"&gt;here&lt;/a&gt;.</source>
</trans-unit>
<trans-unit id="extension_authors">
<source>Extension Authors</source>
......
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