Skip to content

Commit

Permalink
Bugfix/5116: only use one = for assigning container id
Browse files Browse the repository at this point in the history
Issue: #5116
  • Loading branch information
so-grimm committed Jun 3, 2024
1 parent 02c8b3e commit 9842b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Neos.Media.Browser/Resources/Private/Layouts/Default.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</div>
<div class="neos-media-content{f:if(condition: '{tags -> f:count()} > 25', then: ' neos-media-aside-condensed')}">
<div class="neos-media-assets">
<div id=="neos-notification-container" class="neos-notification-container">
<div id="neos-notification-container" class="neos-notification-container">
<f:render partial="FlashMessages"/>
</div>
<f:render section="Content"/>
Expand Down

0 comments on commit 9842b1b

Please sign in to comment.