mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-29 04:09:45 +02:00
self-closing xml should not be used in custom tag scheme
This commit is contained in:
@ -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>\
|
||||
|
Reference in New Issue
Block a user