Mark openid prompt as raw so the image is not escaped
This commit is contained in:
parent
570fd3b6aa
commit
c55bcb1763
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
<tr id="openid_spacer"><td colspan="2"> <!--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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue