Skip to content

Commit

Permalink
Fix missing slash in asset_tag_helpers.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
namusyaka committed Jul 25, 2013
1 parent e1526d0 commit 2c2081e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions padrino-helpers/lib/padrino-helpers/asset_tag_helpers.rb
Expand Up @@ -182,10 +182,10 @@ def mail_to(email, caption=nil, mail_options={})
# @return [String] Meta html tag with specified +options+.
#
# @example
# # Generates: <meta name="keywords" content="weblog,news">
# # Generates: <meta name="keywords" content="weblog,news" />
# meta_tag "weblog,news", :name => "keywords"
#
# # Generates: <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
# # Generates: <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
# meta_tag "text/html; charset=UTF-8", 'http-equiv' => "Content-Type"
#
# @api public
Expand Down

0 comments on commit 2c2081e

Please sign in to comment.