diff --git a/src/js/simple-popups.js b/src/js/simple-popups.js
index d8c2a4f20..3313f849e 100644
--- a/src/js/simple-popups.js
+++ b/src/js/simple-popups.js
@@ -64,13 +64,15 @@ class SimplePopup {
if (this.type === "number") {
this.inputs.forEach((input) => {
el.find(".inputs").append(`
-
+
`);
});
} else if (this.type === "text") {