From 4c80de76ce7c7397dc40d6d18b788ae94543863d Mon Sep 17 00:00:00 2001 From: Darthpred Date: Tue, 14 Oct 2014 00:33:41 +0400 Subject: [PATCH] blah --- ElvUI_SLE/core/toolkit.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.9.5