diff --git a/src/SEQTA.js b/src/SEQTA.js
index 3563adf2..bba0925b 100644
--- a/src/SEQTA.js
+++ b/src/SEQTA.js
@@ -2870,7 +2870,21 @@ function CreateCustomShortcutDiv(element) {
shortcutdiv.classList.add("customshortcut");
let image = stringToHTML(
- ``,
+ `
+
+ `,
).firstChild;
image.classList.add("shortcuticondiv");
var text = document.createElement("p");