mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-23 01:09:54 +02:00
self-closing xml should not be used in scheme
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
<afx-vbox >
|
||||
<div data-height="5"></div>
|
||||
<afx-label data-height="20" text = "__(Title)"></afx-label>
|
||||
<input type = "text" data-height="20" name="title" data-id = "mail-title"/>
|
||||
<input type = "text" data-height="20" name="title" data-id = "mail-title"></input>
|
||||
<afx-label data-height = "20" text = "Content" ></afx-label>
|
||||
<textarea name="content" data-id = "contentarea" ></textarea>
|
||||
<div data-height="5"></div>
|
||||
|
Reference in New Issue
Block a user