mirror of
https://github.com/discourse/discourse.git
synced 2025-02-23 12:15:26 +08:00
FIX: Reenable global setting HTML support. (#14521)
This commit is contained in:
parent
fe676f334a
commit
e5c257e5b5
@ -4,7 +4,7 @@
|
|||||||
{{#if notice.options.html}}
|
{{#if notice.options.html}}
|
||||||
{{html-safe notice.options.html}}
|
{{html-safe notice.options.html}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<span class="text">{{notice.text}}</span>
|
<span class="text">{{html-safe notice.text}}</span>
|
||||||
|
|
||||||
{{#if notice.options.dismissable}}
|
{{#if notice.options.dismissable}}
|
||||||
{{d-button
|
{{d-button
|
||||||
|
@ -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"
|
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."
|
disable_system_edit_notifications: "Disables edit notifications by the system user when 'download_remote_images_to_local' is active."
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user