Skip to content

Commit

Permalink
Fix XML warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
liulka-oxid committed May 8, 2023
1 parent cbdc81a commit eda011d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dynscreen_local.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<OX>
<MAINMENU id="mxservicearea">
<SUBMENU id="mxdynscreenlocal" cl="dynscreen_local" expand="none"></SUBMENU>
<SUBMENU id="mxdynscreenlocal" cl="dynscreen_local" expand="none"/>
</MAINMENU>
</OX>
2 changes: 1 addition & 1 deletion menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
<TAB id="tbcltools_main" cl="tools_main" disableForDemoShop="1" />
</SUBMENU>
<SUBMENU id="mxgenexp" cl="genexport" />
<SUBMENU id="mxgenimp" cl="genimport"></SUBMENU>
<SUBMENU id="mxgenimp" cl="genimport"/>
</MAINMENU>
</OXMENU>
</OX>

0 comments on commit eda011d

Please sign in to comment.