add missing space
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user