Another adjustment to the xml.
This commit is contained in:
parent
8ee96d3136
commit
b9eae2a150
|
|
@ -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