Fix previous commit :)
authorMikael Berthe <mikael@lilotux.net>
Wed, 14 Apr 2010 22:22:48 +0200
changeset 13 4a7d06e8709f
parent 12 6428c88dc58a
child 14 5c3ef7c5ba6c
Fix previous commit :)
mcbot/cmds/mcabber_bts.lua
--- a/mcbot/cmds/mcabber_bts.lua	Wed Apr 14 22:19:50 2010 +0200
+++ b/mcbot/cmds/mcabber_bts.lua	Wed Apr 14 22:22:48 2010 +0200
@@ -15,7 +15,7 @@
     local title = data:match("#"..issue.id.."%s*-%s*(.*)%s*&mdash;")
     if not title then return nil end
     issue.title = title:gsub("&quot;", "\""):gsub("&amp;", "&")
-    issue.title = title:gsub("&#39;", "'")
+    issue.title = issue.title:gsub("&#39;", "'")
 
     -- Get Status
     item = data:match("Status:%s*</td>%s*<td [^>]*>(.-)</td>")