2019-07-26 10:59:21 +02:00
|
|
|
import { registerUnbound } from "discourse-common/lib/helpers";
|
|
|
|
|
2021-02-24 08:43:35 +01:00
|
|
|
export default registerUnbound("dir-span", function (str) {
|
2019-07-26 10:59:21 +02:00
|
|
|
return new Handlebars.SafeString(str);
|
2021-02-24 08:43:35 +01:00
|
|
|
});
|