Skip to content

Commit

Permalink
[FEATURE] Use <f:spaceless> to reduce output (#255) (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
cundd authored and jonaseberle committed Nov 18, 2021
1 parent 513d6c7 commit 3ba80dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Resources/Private/Layouts/PopupLayout.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@
>{f:translate(key: 'imprint')}</a>
</f:variable>


<f:spaceless>
<div id="cookieman-modal"
data-cookieman-showonce="{isShowOnce}"
data-cookieman-settings="{f:format.json(value: '{groups: settings.groups, trackingObjects: settings.trackingObjects}')}"
class="modal fade" tabindex="-1" role="dialog"
>
<f:render section="Content"/>
</div>
</f:spaceless>

0 comments on commit 3ba80dc

Please sign in to comment.