diff options
author | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2014-07-28 06:55:26 +0000 |
---|---|---|
committer | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2014-07-28 06:55:26 +0000 |
commit | fb939524763339aa5e85692be323e6ea562865ff (patch) | |
tree | 682634f78bb4882b422ef74fcaa0d2fd8afd04e7 /inst/doc | |
parent | ec7e9cce71d3b46a84be7268da1de4b0953d54c6 (diff) |
Add a doctype declaration to the index.
- Thanks Kurt Hornik for checking for valid html
- This is my first HTML 5 document
git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@101 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'inst/doc')
-rw-r--r-- | inst/doc/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/inst/doc/index.html b/inst/doc/index.html index 6d27f48..bccf65c 100644 --- a/inst/doc/index.html +++ b/inst/doc/index.html @@ -1,5 +1,7 @@ -<html> +<!doctype html> +<html lang="en"> <head> + <meta charset="utf-8"> <title>R: drfit User Guide</title> <link rel="stylesheet" type="text/css" href="../../R.css"> </head> |