Mark openid prompt as raw so the image is not escaped

This commit is contained in:
Tom Hughes 2011-10-19 17:59:25 +01:00
parent 570fd3b6aa
commit c55bcb1763

View 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>