Skip to content

Commit e55c23e

Browse files
authored
Fix namespace in Warning.html for TYPO3 constant
1 parent ec81945 commit e55c23e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<f:be.infobox
22
title="Message title"
33
message="your box content"
4-
state="{f:constant(name: 'TYPO3\CMS\Core\Type\ContextualFeedbackSeverity::WARNING')}"
4+
state="{f:constant(name: '\TYPO3\CMS\Core\Type\ContextualFeedbackSeverity::WARNING')}"
55
disableIcon="true"
66
/>

0 commit comments

Comments
 (0)