diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/resources.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources.c b/src/resources.c index 853c8b2..32fe0c6 100644 --- a/src/resources.c +++ b/src/resources.c @@ -33,12 +33,12 @@ static const gchar *error_document = "<meta charset=\"utf-8\">\n" "<title>Resource Error</title>\n" "</head>\n" - "<body>" + "<body>\n" "<h1>Resource Error</h1>\n" "<p>Failed to load resource “%s”</p>\n" "<p>%s</p>\n" "</body>\n" - "</html>"; + "</html>\n"; void mq_resource_response(MqApplication *application, const gchar *path, |