diff options
-rw-r--r-- | src/resources.c | 2 |
1 files changed, 1 insertions, 1 deletions
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</title>\n" + "<title>Resource Error</title>\n" "</head>\n" "<body>" "<h1>Resource Error</h1>\n" |