diff --git a/app/assets/javascripts/tags.js b/app/assets/javascripts/tags.js index 50b5ea9ad..68a97fef0 100644 --- a/app/assets/javascripts/tags.js +++ b/app/assets/javascripts/tags.js @@ -55,7 +55,7 @@ $(() => { return { results: data.map(t => ({ id: useIds ? t.id : t.name, - text: t.name.replace('<', '<').replace('>', '>'), + text: t.name.replace(//g, '>'), desc: t.excerpt })) };