From 50655159250ed6b7a4562364947017781c44ad66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helder=20Magalh=C3=A3es?= Date: Tue, 7 Aug 2012 08:52:54 +0100 Subject: [PATCH] Fix XHTML General: Fix invalid XHTML (missing close of empty element). Add leading space before closing empty element for compatibility with HTML (http://www.w3.org/TR/xhtml1/#guidelines). --- README.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.html b/README.html index 602e063..fd0a998 100644 --- a/README.html +++ b/README.html @@ -2,7 +2,7 @@ JSON-C - A JSON implementation in C - +

JSON-C - A JSON implementation in C

@@ -30,6 +30,6 @@

License

This program is free software; you can redistribute it and/or modify it under the terms of the MIT License.

-
+