mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: allows global_notice site setting to contain html (#8622)
This commit is contained in:
parent
7200653e16
commit
df465ed0be
@ -130,7 +130,7 @@ export default Component.extend({
|
||||
) {
|
||||
notices.push(
|
||||
Notice.create({
|
||||
text: this.siteSettings.global_notice,
|
||||
text: this.siteSettings.global_notice.htmlSafe(),
|
||||
id: "alert-global-notice"
|
||||
})
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user