From 409e2da886e82a74b3626d010c2becbf90b25ae5 Mon Sep 17 00:00:00 2001 From: Mark Glen Fletcher Date: Fri, 16 Oct 2015 19:25:24 +0100 Subject: [PATCH] Fix documentation example for tag method --- padrino-helpers/lib/padrino-helpers/tag_helpers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/padrino-helpers/lib/padrino-helpers/tag_helpers.rb b/padrino-helpers/lib/padrino-helpers/tag_helpers.rb index 05edf3221..b7442b6ee 100644 --- a/padrino-helpers/lib/padrino-helpers/tag_helpers.rb +++ b/padrino-helpers/lib/padrino-helpers/tag_helpers.rb @@ -226,7 +226,7 @@ def input_tag(type, options = {}) # tag :img, :src => 'images/pony.jpg', :alt => 'My Little Pony' # # => My Little Pony # - # tag :img, :src => 'sinatra.jpg, :data => { :nsfw => false, :geo => [34.087, -118.407] } + # tag :img, :src => 'sinatra.jpg', :data => { :nsfw => false, :geo => [34.087, -118.407] } # # => # def tag(name, options = nil, open = false)