Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unnecessary raw tag (#1520)
  • Loading branch information
damianhxy committed May 13, 2022
1 parent 6934805 commit a0a2412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/doorkeeper/authorizations/new.html.erb
Expand Up @@ -13,7 +13,7 @@
<h3>Authorization Required</h3>

<p class="h4">
<%= raw t('.prompt', client_name: "<strong class=\"text-info\">#{ @pre_auth.client.name }</strong>") %>
<%= t('.prompt', client_name: "<strong class=\"text-info\">#{ @pre_auth.client.name }</strong>") %>
</p>

<% if @pre_auth.scopes.count > 0 %>
Expand Down

0 comments on commit a0a2412

Please sign in to comment.