summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2012-03-30 13:57:38 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2012-03-30 13:57:38 (GMT)
commit66d267b70b525efe3e771f538b87508cdc765537 (patch)
tree2ac6fc959473e18bf893451e2e57f0c08cd31b2d
parent31ef58e957d325479b4886bb9dd3175860cc2b12 (diff)
downloadmxe-66d267b70b525efe3e771f538b87508cdc765537.zip
mxe-66d267b70b525efe3e771f538b87508cdc765537.tar.gz
mxe-66d267b70b525efe3e771f538b87508cdc765537.tar.bz2
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 "+".
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index dc36fe8..ee4c842 100644
--- a/index.html
+++ b/index.html
@@ -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>