diff --git a/typo3/sysext/backend/Resources/Private/Partials/ButtonBar.html b/typo3/sysext/backend/Resources/Private/Partials/ButtonBar.html
index 188d4ce7cbc4cc0aea08c418f9d90aadaf57da16..128d6a5cc0f5dc19186c25b6f694e97d09cd6ffd 100644
--- a/typo3/sysext/backend/Resources/Private/Partials/ButtonBar.html
+++ b/typo3/sysext/backend/Resources/Private/Partials/ButtonBar.html
@@ -4,13 +4,13 @@
 			<f:then>
 				<div class="btn-group" role="group" aria-label="">
 					<f:for each="{buttonGroup}" as="button">
-						{button}
+						{button -> f:format.raw()}
 					</f:for>
 				</div>
 			</f:then>
 			<f:else>
-				{buttonGroup.0}
+				{buttonGroup.0 -> f:format.raw()}
 			</f:else>
 		</f:if>
 	</f:for>
-</div>
\ No newline at end of file
+</div>