diff --git a/typo3/sysext/backend/Resources/Private/Templates/InfoBox.html b/typo3/sysext/backend/Resources/Private/Templates/InfoBox.html
index a526fbbd5e574a218565c35c14efacf64eb6c349..870c909462848c0834dc18d2e8a6a8a1ebd0e8db 100644
--- a/typo3/sysext/backend/Resources/Private/Templates/InfoBox.html
+++ b/typo3/sysext/backend/Resources/Private/Templates/InfoBox.html
@@ -1,3 +1,3 @@
 <f:be.infobox title="{title}" state="{state}">
-	<f:format.html>{message}</f:format.html>
+	<f:format.raw>{message}</f:format.raw>
 </f:be.infobox>
diff --git a/typo3/sysext/func/Resources/Private/Templates/InfoBox.html b/typo3/sysext/func/Resources/Private/Templates/InfoBox.html
index a526fbbd5e574a218565c35c14efacf64eb6c349..870c909462848c0834dc18d2e8a6a8a1ebd0e8db 100644
--- a/typo3/sysext/func/Resources/Private/Templates/InfoBox.html
+++ b/typo3/sysext/func/Resources/Private/Templates/InfoBox.html
@@ -1,3 +1,3 @@
 <f:be.infobox title="{title}" state="{state}">
-	<f:format.html>{message}</f:format.html>
+	<f:format.raw>{message}</f:format.raw>
 </f:be.infobox>
diff --git a/typo3/sysext/tstemplate/Resources/Private/Templates/InfoBox.html b/typo3/sysext/tstemplate/Resources/Private/Templates/InfoBox.html
index a526fbbd5e574a218565c35c14efacf64eb6c349..870c909462848c0834dc18d2e8a6a8a1ebd0e8db 100644
--- a/typo3/sysext/tstemplate/Resources/Private/Templates/InfoBox.html
+++ b/typo3/sysext/tstemplate/Resources/Private/Templates/InfoBox.html
@@ -1,3 +1,3 @@
 <f:be.infobox title="{title}" state="{state}">
-	<f:format.html>{message}</f:format.html>
+	<f:format.raw>{message}</f:format.raw>
 </f:be.infobox>