From c29fc2bad3f973b3a80eb156b1d405c1de56d1ff Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 30 Oct 2017 23:49:33 -0400 Subject: src/resources.c: Fix missing newlines in error document --- (limited to 'src') 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 = "\n" "Resource Error\n" "\n" - "" + "\n" "

Resource Error

\n" "

Failed to load resource “%s”

\n" "

%s

\n" "\n" - ""; + "\n"; void mq_resource_response(MqApplication *application, const gchar *path, -- cgit v0.9.1