misc/plugin/en/search_form.rb in tdiary-4.0.2.20140201 vs misc/plugin/en/search_form.rb in tdiary-4.0.3

- old
+ new

@@ -1,9 +1,9 @@ # search_form.rb English resource. def google_form( button_name = "Google Search", size = 20, default_text = "" ) first = %Q[<a href="http://www.google.com/"> - <img src="http://www.google.com/logos/Logo_40wht.gif" + <img src="http://www.google.com/logos/Logo_40wht.gif" style="border-width: 0px; vertical-align: middle;" alt="Google"></a>] search_form( "http://www.google.com/search", "q", button_name, size, default_text, first, '' ) end def yahoo_form( button_name = "Yahoo! Search", size = 20, default_text = "" )