Another adjustment to the xml.

This commit is contained in:
markjcrane
2016-01-04 19:33:02 -07:00
parent 31a395ab45
commit 98f0389947

View File

@@ -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>]]);