add missing space

This commit is contained in:
Girish Ramakrishnan
2021-12-13 11:44:57 -08:00
parent 5307a187d5
commit 41587ec540

View File

@@ -52,7 +52,7 @@
window.addEventListener('load', (event) => {
document.getElementById('message').innerHTML =
'You are seeing this page because the DNS record of <b>' + window.location.hostname + '</b> is set to this server\'s IP'
+ 'but Cloudron has no app configured for this domain.';
+ ' but Cloudron has no app configured for this domain.';
});
</script>
</head>