self-closing xml should not be used in custom tag scheme

This commit is contained in:
lxsang
2021-03-15 13:18:12 +01:00
parent 9a12e9176f
commit d067fa4f21
24 changed files with 158 additions and 159 deletions

View File

@ -1557,7 +1557,7 @@ namespace OS {
apptitle="" minimizable="false"
resizable = "false" width="200" height="200">
<afx-vbox>
<input data-height="25" type = "text" data-id="searchbox"/>
<input data-height="25" type = "text" data-id="searchbox"></input>
<afx-list-view data-id="container"></afx-list-view>
</afx-vbox>
</afx-app-window>\