Skip to content

Commit 08ed5cb

Browse files
authored
Merge pull request #466 from codeRIT/hm-454
fix(hakiri): corrected unescaped model attribute
2 parents 5f4a844 + b549a7b commit 08ed5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/doorkeeper/authorizations/error.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
%p
77
= @pre_auth.error_response.body[:error_description]
88
%p
9-
= raw t('doorkeeper.errors.messages.get_help', hackathon_name: content_tag(:strong, class: 'text-info') { HackathonConfig['name'] })
9+
= t('doorkeeper.errors.messages.get_help', hackathon_name: content_tag(:strong, class: 'text-info') { HackathonConfig['name'] }).html_safe
1010

0 commit comments

Comments
 (0)