Quantcast

blah

Darthpred [10-13-14 - 20:33]
blah
Filename
ElvUI_SLE/core/toolkit.lua
diff --git a/ElvUI_SLE/core/toolkit.lua b/ElvUI_SLE/core/toolkit.lua
index 80feb8b..9d89487 100644
--- a/ElvUI_SLE/core/toolkit.lua
+++ b/ElvUI_SLE/core/toolkit.lua
@@ -100,7 +100,7 @@ function SLE:SettingTable(t, s, root)
 	for k, v in pairs(t) do
 		if type(v) == "string" then
 			if root[k] ~= v or E.global.sle.export.full then
-				tinsert(datable, #(datable)+1, s.."."..k.." = "..v.."\n")
+				tinsert(datable, #(datable)+1, s.."."..k..' = "'..v..'"\n')
 			end
 		elseif type(v) == "number" then
 			if root[k] ~= v or E.global.sle.export.full then