diff --git a/common/header.html b/common/header.html
index 7692236..f6625d0 100644
--- a/common/header.html
+++ b/common/header.html
@@ -22,7 +22,7 @@
.trim()
.toLowerCase()
.replace(
- /[\{\}\[\]\\\/\<\>\(\)\|\+\?\*\^\'\`\'\"\.\_\$\d\s~!@#%&,;:=]/gi,
+ /[\{\}\[\]\\\/\<\>\(\)\|\+\?\*\^\'\`\'\"\.\_\$\s~!@#%&,;:=]/gi,
"-"
)
.replace(/\-\-+/g, "-")
@@ -386,4 +386,4 @@
}
});
}
-
\ No newline at end of file
+