diff --git a/module/helpers/utils.mjs b/module/helpers/utils.mjs
index 396ed2fa..a28725b1 100644
--- a/module/helpers/utils.mjs
+++ b/module/helpers/utils.mjs
@@ -119,7 +119,7 @@ export const tagifyElement = (element, baseOptions, onChange, tagifyOptions = {}
spellcheck='false'
tabIndex="${this.settings.a11y.focusableTags ? 0 : -1}"
class="${this.settings.classNames.tag} ${tagData.class ? tagData.class : ''}"
- data-tooltip="${tagData.description || tagData.name}"
+ data-tooltip="${tagData.description ? htmlToText(tagData.description) : tagData.name}"
${this.getAttributes(tagData)}>