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:
parent
2dc71119cc
commit
2983e13af6
@ -8,7 +8,7 @@
|
||||
<wicket:panel>
|
||||
<div class="d-flex flex-column-reverse pt-1">
|
||||
<wicket:container wicket:id="events">
|
||||
<wicket:container wicket:id="event"/>
|
||||
<wicket:container wicket:id="event"></wicket:container>
|
||||
</wicket:container>
|
||||
</div>
|
||||
</wicket:panel>
|
||||
|
Loading…
x
Reference in New Issue
Block a user