mirror of
https://github.com/discourse/discourse.git
synced 2025-06-24 22:01:37 +08:00
DEV: apply new coding standards (#10592)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { registerUnbound } from "discourse-common/lib/helpers";
|
||||
import { htmlSafe } from "@ember/template";
|
||||
|
||||
registerUnbound("html-safe", function(string) {
|
||||
registerUnbound("html-safe", function (string) {
|
||||
return htmlSafe(string);
|
||||
});
|
||||
|
Reference in New Issue
Block a user