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:
@@ -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"
|
||||
})
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user