From 15030f35c3de9d8d1e0fac6bdffa0beb3a3296d0 Mon Sep 17 00:00:00 2001 From: pompachomp Date: Tue, 30 Mar 2010 12:26:41 -0400 Subject: [PATCH] changed the link markup from bbcode to creole --- Datamine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Datamine.lua b/Datamine.lua index 627a50a..de52bb8 100644 --- a/Datamine.lua +++ b/Datamine.lua @@ -2493,7 +2493,7 @@ do tinsert(output, string.format(" Wrong quality: Q.%s - should be Q.%s.", QS[recipe.quality], QS[scan_data.quality])) end if found_problem then - tinsert(output, 1, string.format("%s: [url=http://www.wowhead.com/?spell=%d]%d[/url]", recipe_name, spell_id, spell_id)) + tinsert(output, 1, string.format("%s: [[http://www.wowhead.com/?spell=%d|%d]]", recipe_name, spell_id, spell_id)) return tconcat(output, "\n") else return -- 1.7.9.5