commit:     2560e4f2c846790efdf74f059111d01349a77ea4
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 16 04:22:29 2015 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Mon Nov 16 04:27:06 2015 +0000
URL:        https://gitweb.gentoo.org/proj/rbot-bugzilla.git/commit/?id=2560e4f2

Update for newer HTMLEntities.

Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

 bugzilla.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bugzilla.rb b/bugzilla.rb
index 97743cc..d9af38f 100644
--- a/bugzilla.rb
+++ b/bugzilla.rb
@@ -21,7 +21,7 @@ require 'htmlentities'
 
 module BugzillaStringExtensions
   def decode_entities
-    return HTMLEntities.decode_entities(self)
+    return HTMLEntities.new().decode(self)
   end
 end
 String.send(:include, BugzillaStringExtensions)

Reply via email to