fix malformed xml attribute

classic wow (tbc) LUA throws error when loading various libraries
This commit is contained in:
Jeffrey Clark
2021-11-03 03:17:46 -05:00
parent e701c95fdd
commit 5160d73d0b
6 changed files with 6 additions and 12 deletions
+1 -2
View File
@@ -1,4 +1,3 @@
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
..\FrameXML\UI.xsd">
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd">
<Script file="LibCompress.lua" />
</Ui>