Kouhei Sutou
null+****@clear*****
Fri Sep 20 13:49:18 JST 2013
Kouhei Sutou 2013-09-20 13:49:18 +0900 (Fri, 20 Sep 2013) New Revision: 93f6ce7048e9626ce8f2ba3a282f17548e8ca92a https://github.com/groonga/groonga/commit/93f6ce7048e9626ce8f2ba3a282f17548e8ca92a Message: Remove needless variable assignment Modified files: tools/prepare-sphinx-html.rb Modified: tools/prepare-sphinx-html.rb (+1 -1) =================================================================== --- tools/prepare-sphinx-html.rb 2013-09-20 13:31:49 +0900 (a92463d) +++ tools/prepare-sphinx-html.rb 2013-09-20 13:49:18 +0900 (5e3ccd6) @@ -48,7 +48,7 @@ def fix_html_link(html, language) end def fix_source_label(html) - html = html.gsub(/>(ソースコードを表示)</) do + html.gsub(/>(ソースコードを表示)</) do label = $1 ">#{label}(英語)<" end -------------- next part -------------- HTML����������������������������...Download