changeset 2374:da62ac2a6890

Restore HTML compliance of index.html by declaring it as HTML5 Previously, index.html was declared as HTML 4.01 Strict. However, HTML 4.01 doesn't allow for "+" characters in IDs such as id="libodbc++-package". We could disallow the "+" for all package names, but it seems to be easier to just declare index.html as HTML5, as it apparently allows for a wider range of characters in IDs, including "+".
author Volker Grabsch <vog@notjusthosting.com>
date Fri, 30 Mar 2012 15:57:38 +0200
parents 39c3a0f7b0af
children 2023ebb23822
files index.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Fri Mar 30 15:50:51 2012 +0200
+++ b/index.html	Fri Mar 30 15:57:38 2012 +0200
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!DOCTYPE html>
 <html>
 <head>