Another adjustment to the xml.
This commit is contained in:
parent
31a395ab45
commit
98f0389947
|
|
@ -122,7 +122,7 @@
|
|||
end
|
||||
|
||||
--close the extension tag if it was left open
|
||||
table.insert(xml, [[ <menu>]]);
|
||||
table.insert(xml, [[ </menu>]]);
|
||||
table.insert(xml, [[ </menus>]]);
|
||||
table.insert(xml, [[ </configuration>]]);
|
||||
table.insert(xml, [[ </section>]]);
|
||||
|
|
|
|||
Loading…
Reference in New Issue