]> git.openstreetmap.org Git - rails.git/commitdiff
Fix syntax error
authorTom Hughes <tom@compton.nu>
Fri, 1 Jun 2012 21:32:11 +0000 (22:32 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 1 Jun 2012 21:32:11 +0000 (22:32 +0100)
app/helpers/user_helper.rb

index dd33ed7c4e4741aecdf4d0bd7432662e4e7dda66..89e744548a5a5f9451f79289278e04c4c0c12a43 100644 (file)
@@ -8,7 +8,7 @@ module UserHelper
       image_tag("#{name}.png", :alt => t("user.login.openid_providers.#{name}.alt")),
       "#",
       :class => "openid_button", "data-url" => url,
       image_tag("#{name}.png", :alt => t("user.login.openid_providers.#{name}.alt")),
       "#",
       :class => "openid_button", "data-url" => url,
-      :title => t("user.login.openid_providers.#{name}.title"),
+      :title => t("user.login.openid_providers.#{name}.title")
     )
   end
 end
     )
   end
 end