From 0a4a33b3f48b41dc8673d08f7a3a84e41860a292 Mon Sep 17 00:00:00 2001 From: John Pasula Date: Mon, 16 Aug 2010 10:16:57 -0600 Subject: [PATCH] Add xml header --- core.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core.lua b/core.lua index 3810e25..60caff2 100644 --- a/core.lua +++ b/core.lua @@ -1898,6 +1898,8 @@ do tinsert(text_table, "Spell ID,Recipe Name,Skill Level,ARL Filter Flags,Acquire Methods,Known\n") elseif output == "BBCode" then tinsert(text_table, strformat("Ackis Recipe List Text Dump for %s's %s, in the form of BBCode.\n", UnitName("player"), profession)) + elseif output == "XML" then + tinsert(text_table, "") end local recipe_list = private.recipe_list -- 1.7.9.5