From 41587ec540d15a1bd9a444c1a7b6f28bfd81db60 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 13 Dec 2021 11:44:57 -0800 Subject: [PATCH] add missing space --- src/notfound.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notfound.html b/src/notfound.html index 3824c4c5c..3f16959d4 100644 --- a/src/notfound.html +++ b/src/notfound.html @@ -52,7 +52,7 @@ window.addEventListener('load', (event) => { document.getElementById('message').innerHTML = 'You are seeing this page because the DNS record of ' + window.location.hostname + ' 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.'; });