From 54028e4e562b905b2a4bd191fe5c54b4a8692d7f Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Sat, 4 Oct 2014 17:51:28 +0200 Subject: [PATCH] Fix several HTML issues and prettify syntax According to the markup validation service provided by the W3C there are severl HTML issues. This patch fixes all of them and prettifies the syntax. http://validator.w3.org/check?uri=specs.openstack.org&charset=%28detect+automatically%29&doctype=Inline&group=0 * No Character Encoding Found! Falling back to UTF-8. * No DOCTYPE found! Checking with default XHTML 1.0 Transitional Document Type. * No Character encoding declared at document level * Line 4, Column 8: element "HEAD" undefined * Line 5, Column 11: element "TITLE" undefined * Line 27, Column 38: document type does not allow element "body" here * Line 206, Column 9: end tag for element "BODY" which is not open * Line 207, Column 7: end tag for "div" omitted, but OMITTAG NO was specified * Line 207, Column 7: end tag for "body" omitted, but OMITTAG NO was specified * Line 207, Column 7: end tag for "html" which is not finished Change-Id: I1909fc2fb225063d29a04bda99cbbc6a82411573 --- specs/index.html | 268 ++++++++++++++++++++++++++--------------------- 1 file changed, 149 insertions(+), 119 deletions(-) diff --git a/specs/index.html b/specs/index.html index b977d97ad8..f8c41594ae 100644 --- a/specs/index.html +++ b/specs/index.html @@ -1,15 +1,14 @@ - - - OpenStack Specifications - - - - - - + + + + + + OpenStack Specifications + + + + @@ -21,9 +20,7 @@ - - - +
- - -
-
-

+ +
+
+

Specifications -

-
-
-
-
-
-
-
-
-
-
-
+

+
+
- - - - + +