summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-11-20 17:42:08 +0300
committerAndrew Dolgov <[email protected]>2021-11-20 17:42:08 +0300
commitf15acceecd8d8651a1dc4726c03347522032f571 (patch)
treefa479f0479f9a1c933c604d827581fcb2b39cf91
parentf4176110f78d725d6e83cebdd1e4c0b78b4a3007 (diff)
actually, mdash, not nbsp
-rw-r--r--init.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.js b/init.js
index a07c4c3..5052de2 100644
--- a/init.js
+++ b/init.js
@@ -19,7 +19,7 @@ require(['dojo/_base/kernel', 'dojo/ready'], function (dojo, ready) {
${hl.title}</a>
</span>
<img src="${App.escapeHtml(flavor.image)}">
- <p class="text-muted text-small">${hl.content_preview.replace("&nbsp;", "")}</p>
+ <p class="text-muted text-small">${hl.content_preview.replace("&mdash;", "")}</p>
`;
}