mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 17:11:07 +08:00
Revert "DEV: enforces ember-template-lint: no-triple-curlies (#9150)"
This reverts commit d436b600fba4cea846a5e96c235c507441965e05. Triple curlies are still necessary for some raw templates.
This commit is contained in:
@ -1,6 +0,0 @@
|
||||
import { registerUnbound } from "discourse-common/lib/helpers";
|
||||
import { htmlSafe } from "@ember/template";
|
||||
|
||||
registerUnbound("html-safe", function(string) {
|
||||
return htmlSafe(string);
|
||||
});
|
Reference in New Issue
Block a user