Skip to content

Commit

Permalink
FIX: Reenable global setting HTML support. (#14521)
Browse files Browse the repository at this point in the history
  • Loading branch information
romanrizzi committed Oct 5, 2021
1 parent fe676f3 commit e5c257e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{{#if notice.options.html}}
{{html-safe notice.options.html}}
{{/if}}
<span class="text">{{notice.text}}</span>
<span class="text">{{html-safe notice.text}}</span>

{{#if notice.options.dismissable}}
{{d-button
Expand Down
2 changes: 1 addition & 1 deletion config/locales/server.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2122,7 +2122,7 @@ en:

permalink_normalizations: "Apply the following regex before matching permalinks, for example: /(topic.*)\\?.*/\\1 will strip query strings from topic routes. Format is regex+string use \\1 etc. to access captures"

global_notice: "Display an URGENT, EMERGENCY, non-dismissible global banner notice to all visitors, change to blank to hide it."
global_notice: "Display an URGENT, EMERGENCY, non-dismissible global banner notice to all visitors, change to blank to hide it (HTML allowed)."

disable_system_edit_notifications: "Disables edit notifications by the system user when 'download_remote_images_to_local' is active."

Expand Down

0 comments on commit e5c257e

Please sign in to comment.