Quantcast

Quickfix for missing closing slash

Tek Hudson [05-20-21 - 17:38]
Quickfix for missing closing slash
Filename
CHANGELOG.md
DruidBarClassic.toc
Options.xml
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 761ba24..77fa239 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
 ## Version History

+#### 0.7.11
+Add missing closing slash in xml
+
 #### 0.7.10
 Fix options panel background

diff --git a/DruidBarClassic.toc b/DruidBarClassic.toc
index 7810831..0cc02f5 100644
--- a/DruidBarClassic.toc
+++ b/DruidBarClassic.toc
@@ -4,7 +4,7 @@
 ## Current Author: Tek (port to WoW Classic)
 ## Original Authors: SkaDemon (GUI: DiabloHu)
 ## SavedVariables: DruidBarKey
-## Version: 0.7.10
+## Version: 0.7.11
 ## X-Curse-Project-ID: 334762
 ## X-WoWI-ID: 25036

diff --git a/Options.xml b/Options.xml
index 08dbe7f..05c6b5f 100644
--- a/Options.xml
+++ b/Options.xml
@@ -2,7 +2,7 @@
 ..\FrameXML\UI.xsd">
 	<Frame name="DRUIDBAROptionsFrame" parent="UIParent" inherits="BackdropTemplate" toplevel="true" frameStrata="DIALOG" movable="true" enableMouse="true" hidden="true">
 		<KeyValues>
-			<KeyValue key="backdropInfo" value="BACKDROP_DIALOG_32_32" type="global">
+			<KeyValue key="backdropInfo" value="BACKDROP_DIALOG_32_32" type="global"/>
 		</KeyValues>

 		<Size x="460" y="340"/>