FIX: Better emoji escaping for topic title

This commit also puts emojiVersion in its own erb file.
This commit is contained in:
Tim Lange
2019-03-13 11:17:59 +01:00
committed by Joffrey JAFFEUX
parent 135191d1d1
commit 35426b5ad6
15 changed files with 221 additions and 141 deletions

View File

@ -1,4 +1,4 @@
import { IMAGE_VERSION as v } from "pretty-text/emoji";
import { IMAGE_VERSION as v } from "pretty-text/emoji/version";
QUnit.module("model:topic");