diff --git a/game/modules/tome/data/talents/misc/inscriptions.lua b/game/modules/tome/data/talents/misc/inscriptions.lua
index 0ceefecee71b5bef3bc671d9c26308fd9ad67bb2..82c5523c3da857d7f042d298b84704b205a974b6 100644
--- a/game/modules/tome/data/talents/misc/inscriptions.lua
+++ b/game/modules/tome/data/talents/misc/inscriptions.lua
@@ -182,7 +182,7 @@ newInscription{
 	info = function(self, t)
 		local data = self:getInscriptionData(t.short_name)
 		local what = table.keys(data.what)
-	local what_string = ""
+		local what_string = ""
 		if #what > 1 then
 			local first_effects = {}
 			for i=1, #what-1 do
@@ -272,7 +272,7 @@ newInscription{
 			local first_effects = {}
 			for i=1, #what-1 do
 				table.insert(first_effects, what[i])
-		end
+			end
 			what_string = what_string .. table.concat(first_effects, ", ") .. " or " .. what[#what]
 		else
 			what_string = what[1]