diff --git a/index.html b/index.html index d51c48d..46c63de 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ window.onload = clear; function clear() { - str_hostname = punycode.toUnicode(location.host) + str_hostname = punycode.toUnicode(location.host).replace(/\./g, " ") document.body.innerHTML = str_hostname.replace(".saynul.eu", ", c'est nul !"); };