Quantcast

Fix small bug (I think) with name text dump. Removed erroneous new line.

John Pasula [08-16-10 - 16:22]
Fix small bug (I think) with name text dump.  Removed erroneous new line.
Filename
core.lua
diff --git a/core.lua b/core.lua
index 35d00df..f681dd0 100644
--- a/core.lua
+++ b/core.lua
@@ -1943,7 +1943,7 @@ do
 					tinsert(text_table, "  <known>"..is_known.."</known>")
 				--Name
 				elseif output == "Name" then
-					tinsert(text_table, recipe.name.."\n")
+					tinsert(text_table, recipe.name)
 				end

 				-- Add in all the filter flags