mirror of
https://github.com/discourse/discourse.git
synced 2025-06-25 01:30:17 +08:00
DEV: apply new coding standards (#10592)
This commit is contained in:
@ -7,7 +7,7 @@ export function iconHTML(id, params) {
|
||||
return renderIcon("string", id, params);
|
||||
}
|
||||
|
||||
registerUnbound("fa-icon", function(icon, params) {
|
||||
registerUnbound("fa-icon", function (icon, params) {
|
||||
deprecated("Use `{{d-icon}}` instead of `{{fa-icon}}");
|
||||
return htmlSafe(iconHTML(icon, params));
|
||||
});
|
||||
|
Reference in New Issue
Block a user