From 6318c3352efe2a44da46caecc624414639ff2121 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 30 Oct 2017 23:47:38 -0400 Subject: src/resources.c: Fix tag in error document --- (limited to 'src') diff --git a/src/resources.c b/src/resources.c index 02283d6..853c8b2 100644 --- a/src/resources.c +++ b/src/resources.c @@ -31,7 +31,7 @@ static const gchar *error_document = "<html dir=\"%s\">\n" "<head>\n" "<meta charset=\"utf-8\">\n" - "<title>Resource Error</title\n" + "Resource Error\n" "\n" "" "

Resource Error

\n" -- cgit v0.9.1