Border requires closing tags

ForumPostPanel has been changed to extend Border rather than Panel and therefore requires a closing tag rather than a self-closing one.
This commit is contained in:
Andreas Svanberg 2025-04-08 10:31:40 +02:00
parent 2dc71119cc
commit 2983e13af6

@ -8,7 +8,7 @@
<wicket:panel> <wicket:panel>
<div class="d-flex flex-column-reverse pt-1"> <div class="d-flex flex-column-reverse pt-1">
<wicket:container wicket:id="events"> <wicket:container wicket:id="events">
<wicket:container wicket:id="event"/> <wicket:container wicket:id="event"></wicket:container>
</wicket:container> </wicket:container>
</div> </div>
</wicket:panel> </wicket:panel>