diff --git a/Library/Contributions/cmd/brew-server b/Library/Contributions/cmd/brew-server index b18bddcef3..399fe6839d 100755 --- a/Library/Contributions/cmd/brew-server +++ b/Library/Contributions/cmd/brew-server @@ -21,39 +21,36 @@ end require 'cgi' - def link_to_formula name "#{name}" end -def css_style - <<-CSS - - +def css_style; <<-CSS + + CSS end -def search_form - <<-EOS -
+def search_form; <<-EOS + EOS end @@ -74,31 +71,35 @@ def html_page(title)