diff --git a/js/ditto.js b/js/ditto.js index e870748..6daa3b3 100644 --- a/js/ditto.js +++ b/js/ditto.js @@ -178,7 +178,7 @@ function replace_symbols(text) { // replace symbols with underscore return text .replace(/, /g, ',') - .replace(/[&\/\\#,.+=$~%'":*?<>{}\ \]\[]/g, "-") + .replace(/[&\!\/\\#,.+=$~%'":*?<>{}\ \]\[]/g, "-") .replace(/[()]/g, ''); }