diff --git a/typo3/sysext/recycler/Resources/Private/Partials/RecordsTable/DeletedRecord.html b/typo3/sysext/recycler/Resources/Private/Partials/RecordsTable/DeletedRecord.html index 6919bdc66e3bee9e4ec3ec62dbb8f6835e4977df..c208d64b9d121040d8e8de8bf47c8c547282caec 100644 --- a/typo3/sysext/recycler/Resources/Private/Partials/RecordsTable/DeletedRecord.html +++ b/typo3/sysext/recycler/Resources/Private/Partials/RecordsTable/DeletedRecord.html @@ -47,7 +47,7 @@ <td>{record.crdate}</td> <td><be:avatar backendUser="{record.owner_uid}" showIcon="true" />{record.owner} ({record.owner_uid})</td> <td><f:if condition="{record.delete_user}"><be:avatar backendUser="{record.delete_user_uid}" showIcon="true" />{record.delete_user} ({record.delete_user_uid})</f:if></td> - <td><f:format.html>{record.path}</f:format.html></td> + <td><f:format.raw>{record.path}</f:format.raw></td> </tr> </tbody> </table>