Another adjustment to the xml.

This commit is contained in:
markjcrane 2016-01-04 19:33:02 -07:00
parent 8ee96d3136
commit b9eae2a150
1 changed files with 1 additions and 1 deletions

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