From b1c34419698829d5eb76991889b14cc3423600a3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stephan=20Gro=C3=9Fberndt?= Date: Tue, 19 Apr 2016 17:19:46 +0200 Subject: [PATCH] [BUGFIX] Escaped content in RecordHistory InfoBox This patch fixes the InfoBox in RecordHistory, which displayed escaped HTML instead of colored spans. Resolves: #75790 Releases: master Change-Id: I3d69bb33b0a2cccd0e2f3b26b1f701168df5b2fb Reviewed-on: https://review.typo3.org/47792 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters --- .../Private/Partials/RecordHistory/History.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/typo3/sysext/backend/Resources/Private/Partials/RecordHistory/History.html b/typo3/sysext/backend/Resources/Private/Partials/RecordHistory/History.html index ffcfd3c1a530..dc8f70f1417d 100644 --- a/typo3/sysext/backend/Resources/Private/Partials/RecordHistory/History.html +++ b/typo3/sysext/backend/Resources/Private/Partials/RecordHistory/History.html @@ -2,7 +2,7 @@

{f:translate(key: 'LLL:EXT:lang/locallang_show_rechis.xlf:changes')}

- {f:translate(key: 'LLL:EXT:lang/locallang_show_rechis.xlf:differenceMsg')} + {f:translate(key: 'LLL:EXT:lang/locallang_show_rechis.xlf:differenceMsg') -> f:format.raw()} @@ -18,9 +18,9 @@ - + -- 2.20.1
- {historyRow.rollbackLink} - + {historyRow.rollbackLink -> f:format.raw()} + {historyRow.time} {historyRow.age} @@ -28,23 +28,23 @@ {historyRow.backendUserName} - {historyRow.tableUid} + {historyRow.tableUid -> f:format.raw()} - {historyRow.action} + {historyRow.action -> f:format.raw()} - {historyRow.fieldNames} + {historyRow.fieldNames -> f:format.raw()} - {historyRow.markState} + {historyRow.markState -> f:format.raw()}