Skip to content

Commit d4ed086

Browse files
build: Merges 2.1.2 into develop
* fix(hakiri): corrected unescaped model attribute * fix(hakiri): added html_safe to show proper output Co-authored-by: Jeremy Rudman <[email protected]> Co-authored-by: JeremyRudman <[email protected]>
1 parent dca848a commit d4ed086

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)