Kouhei Sutou
null+****@clear*****
Sun Feb 19 00:16:39 JST 2017
Kouhei Sutou 2017-02-19 00:16:39 +0900 (Sun, 19 Feb 2017) New Revision: ab262bca97e156da5bcd8c71788d97064028e648 https://github.com/ranguba/chupa-text-decomposer-html/commit/ab262bca97e156da5bcd8c71788d97064028e648 Message: Remove needless attribute Modified files: lib/chupa-text/decomposers/html.rb Modified: lib/chupa-text/decomposers/html.rb (+0 -1) =================================================================== --- lib/chupa-text/decomposers/html.rb 2017-02-19 00:09:44 +0900 (b8c6fef) +++ lib/chupa-text/decomposers/html.rb 2017-02-19 00:16:39 +0900 (ef3e96e) @@ -47,7 +47,6 @@ module ChupaText attributes.title = title_element.text if title_element encoding = doc.encoding attributes.encoding = encoding if encoding - attributes["original-mime-type"] = "text/html" yield(decomposed_data) end -------------- next part -------------- HTML����������������������������...Download