Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dejan committed May 29, 2009
1 parent 928fdeb commit efa0ed5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/auto_html/auto_html_for.rb
Expand Up @@ -21,7 +21,7 @@ def auto_html_for(raw_attrs, &proc)
self.send(method)
end
end

[raw_attrs].flatten.each do |raw_attr|
define_method("auto_html_prepare_#{raw_attr}") do
self.send(raw_attr.to_s + AutoHtmlFor.options[:htmlized_attribute_suffix] + "=",
Expand Down
2 changes: 1 addition & 1 deletion lib/auto_html/filters/link.rb
Expand Up @@ -3,7 +3,7 @@
# ActionView::Helpers::TextHelper
#
AutoHtml.add_filter(:link).with({}) do |text, options|

def tag_options(options)
unless options.blank?
attrs = []
Expand Down

0 comments on commit efa0ed5

Please sign in to comment.