]> git.openstreetmap.org Git - rails.git/commitdiff
Mark openid prompt as raw so the image is not escaped
authorTom Hughes <tom@compton.nu>
Wed, 19 Oct 2011 16:59:25 +0000 (17:59 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 14 Nov 2011 09:42:56 +0000 (09:42 +0000)
app/views/user/new.html.erb

index a829773f05b2b8f76eee1c062e7611fff50bd708..1956592aaadbf253addf6fd4e6d4a158a5ae14df 100644 (file)
@@ -42,7 +42,7 @@
     <tr id="openid_spacer"><td colspan="2">&nbsp;<!--vertical spacer--></td></tr>
 
     <tr id="openid_field">
-      <td class="fieldName"><%= t 'user.new.openid', :logo => openid_logo %></td>
+      <td class="fieldName"><%= raw t 'user.new.openid', :logo => openid_logo %></td>
       <td><%= text_field(:user, :openid_url, { :id => "openid_url", :size => 50, :maxlength => 255, :tabindex => 4, :value => params[:openid], :class => "openid_url" }) %></td>
     </tr>