summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2005-10-20 16:13:05 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2005-10-20 16:13:05 (GMT)
commitdb9ef0cdecd456ee9ee526cd28ad304f8e3c1557 (patch)
tree003f0ed30d9cffc90977075d78bc0f6af8680bdb /doc
parent1c1a25c9b0ff5f8a48033ffa2332988d0703efa4 (diff)
downloadhdf5-db9ef0cdecd456ee9ee526cd28ad304f8e3c1557.zip
hdf5-db9ef0cdecd456ee9ee526cd28ad304f8e3c1557.tar.gz
hdf5-db9ef0cdecd456ee9ee526cd28ad304f8e3c1557.tar.bz2
[svn-r11588]
Purpose: Remove extraneous </html>...<html> tagging that DreamWeaver inserted. Description: DreamWeaver inserted a pair of "close HTML; reopen HTML" tags within the <head> section of several HTML files. This fix removes them.
Diffstat (limited to 'doc')
-rw-r--r--doc/html/ADGuide.html6
-rw-r--r--doc/html/Attributes.html6
-rw-r--r--doc/html/Caching.html6
-rw-r--r--doc/html/Chunking.html6
-rw-r--r--doc/html/Copyright.html1
-rw-r--r--doc/html/Datasets.html6
-rw-r--r--doc/html/Dataspaces.html7
-rw-r--r--doc/html/Datatypes.html6
-rw-r--r--doc/html/Debugging.html6
-rw-r--r--doc/html/Environment.html6
-rw-r--r--doc/html/Errors.html6
-rw-r--r--doc/html/Files.html6
-rw-r--r--doc/html/Filters.html6
-rw-r--r--doc/html/Glossary.html6
-rw-r--r--doc/html/Groups.html6
-rw-r--r--doc/html/H5.format.html6
-rw-r--r--doc/html/H5.intro.html7
-rw-r--r--doc/html/H5.user.html6
-rw-r--r--doc/html/MountingFiles.html6
-rw-r--r--doc/html/Performance.html6
-rw-r--r--doc/html/PredefDTypes.html6
-rw-r--r--doc/html/Properties.html6
-rw-r--r--doc/html/RM_H5.html6
-rw-r--r--doc/html/RM_H5A.html6
-rw-r--r--doc/html/RM_H5D.html6
-rw-r--r--doc/html/RM_H5E.html6
-rw-r--r--doc/html/RM_H5F.html6
-rw-r--r--doc/html/RM_H5Front.html6
-rw-r--r--doc/html/RM_H5G.html6
-rw-r--r--doc/html/RM_H5I.html6
-rw-r--r--doc/html/RM_H5R.html6
-rw-r--r--doc/html/RM_H5S.html6
-rw-r--r--doc/html/RM_H5T.html6
-rw-r--r--doc/html/RM_H5Z.html6
-rw-r--r--doc/html/References.html6
-rw-r--r--doc/html/TechNotes.html6
-rw-r--r--doc/html/Tools.html4
-rw-r--r--doc/html/ddl.html6
38 files changed, 148 insertions, 75 deletions
diff --git a/doc/html/ADGuide.html b/doc/html/ADGuide.html
index 7480b90..99d11ed 100644
--- a/doc/html/ADGuide.html
+++ b/doc/html/ADGuide.html
@@ -4,7 +4,7 @@
HDF5 Application Developer's Guide
</title>
-</html><!-- #BeginLibraryItem "/ed_libs/styles_Gen.lbi" -->
+<!-- #BeginLibraryItem "/ed_libs/styles_Gen.lbi" -->
<!--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by the Board of Trustees of the University of Illinois. *
@@ -22,7 +22,9 @@
-->
<link href="ed_styles/GenElect.css" rel="stylesheet" type="text/css">
-<!-- #EndLibraryItem --><html></head>
+<!-- #EndLibraryItem -->
+
+</head>
<body bgcolor="#FFFFFF">
diff --git a/doc/html/Attributes.html b/doc/html/Attributes.html
index 48ab699..8587acc 100644
--- a/doc/html/Attributes.html
+++ b/doc/html/Attributes.html
@@ -3,7 +3,7 @@
<head>
<title>Attribute Interface (H5A)</title>
-</html><!-- #BeginLibraryItem "/ed_libs/styles_UG.lbi" -->
+<!-- #BeginLibraryItem "/ed_libs/styles_UG.lbi" -->
<!--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by the Board of Trustees of the University of Illinois. *
@@ -21,7 +21,9 @@
-->
<link href="ed_styles/UGelect.css" rel="stylesheet" type="text/css">
-<!-- #EndLibraryItem --><html></head>
+<!-- #EndLibraryItem -->
+
+</head>
<body bgcolor="#FFFFFF">
diff --git a/doc/html/Caching.html b/doc/html/Caching.html
index 1965b58..1b09972 100644
--- a/doc/html/Caching.html
+++ b/doc/html/Caching.html
@@ -3,7 +3,7 @@
<head>
<title>Data Caching</title>
-</html><!-- #BeginLibraryItem "/ed_libs/styles_UG.lbi" -->
+<!-- #BeginLibraryItem "/ed_libs/styles_UG.lbi" -->
<!--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by the Board of Trustees of the University of Illinois. *
@@ -21,7 +21,9 @@
-->
<link href="ed_styles/UGelect.css" rel="stylesheet" type="text/css">
-<!-- #EndLibraryItem --><html></head>
+<!-- #EndLibraryItem -->
+
+</head>
<body bgcolor="#FFFFFF">
diff --git a/doc/html/Chunking.html b/doc/html/Chunking.html
index a51c1ba..adffdc4 100644
--- a/doc/html/Chunking.html
+++ b/doc/html/Chunking.html
@@ -3,7 +3,7 @@
<head>
<title>Dataset Chunking</title>
-</html><!-- #BeginLibraryItem "/ed_libs/styles_UG.lbi" -->
+<!-- #BeginLibraryItem "/ed_libs/styles_UG.lbi" -->
<!--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by the Board of Trustees of the University of Illinois. *
@@ -21,7 +21,9 @@
-->
<link href="ed_styles/UGelect.css" rel="stylesheet" type="text/css">
-<!-- #EndLibraryItem --><html></head>
+<!-- #EndLibraryItem -->
+
+</head>
<body bgcolor="#FFFFFF">
diff --git a/doc/html/Copyright.html b/doc/html/Copyright.html
index 9964cbb..f75b647 100644
--- a/doc/html/Copyright.html
+++ b/doc/html/Copyright.html
@@ -1,5 +1,4 @@
<html>
-<html>
<head>
<title>
HDF5 Copyright Notice
diff --git a/doc/html/Datasets.html b/doc/html/Datasets.html
index eb59837..e71e6cf 100644
--- a/doc/html/Datasets.html
+++ b/doc/html/Datasets.html
@@ -3,7 +3,7 @@
<head>
<title>Dataset Interface (H5D)</title>
-</html><!-- #BeginLibraryItem "/ed_libs/styles_UG.lbi" -->
+<!-- #BeginLibraryItem "/ed_libs/styles_UG.lbi" -->
<!--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by the Board of Trustees of the University of Illinois. *
@@ -21,7 +21,9 @@
-->
<link href="ed_styles/UGelect.css" rel="stylesheet" type="text/css">
-<!-- #EndLibraryItem --><html></head>
+<!-- #EndLibraryItem -->
+
+</head>
<body bgcolor="#FFFFFF">
diff --git a/doc/html/Dataspaces.html b/doc/html/Dataspaces.html
index 1b47e2c..a5e02d5 100644
--- a/doc/html/Dataspaces.html
+++ b/doc/html/Dataspaces.html
@@ -3,7 +3,7 @@
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>Dataspace Interface (H5S)</TITLE>
-</HTML><!-- #BeginLibraryItem "/ed_libs/styles_UG.lbi" -->
+<!-- #BeginLibraryItem "/ed_libs/styles_UG.lbi" -->
<!--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by the Board of Trustees of the University of Illinois. *
@@ -21,7 +21,10 @@
-->
<link href="ed_styles/UGelect.css" rel="stylesheet" type="text/css">
-<!-- #EndLibraryItem --><HTML></HEAD>
+<!-- #EndLibraryItem -->
+
+</HEAD>
+
<body bgcolor="#FFFFFF">
<!-- Note to Developers: -->
<!-- The following H5S functions were originally documented in this -->
diff --git a/doc/html/Datatypes.html b/doc/html/Datatypes.html
index a8e7b66..dbe645b 100644
--- a/doc/html/Datatypes.html
+++ b/doc/html/Datatypes.html
@@ -3,7 +3,7 @@
<head>
<title>Datatype Interface (H5T)</title>
-</html><!-- #BeginLibraryItem "/ed_libs/styles_UG.lbi" -->
+<!-- #BeginLibraryItem "/ed_libs/styles_UG.lbi" -->
<!--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by the Board of Trustees of the University of Illinois. *
@@ -21,7 +21,9 @@
-->
<link href="ed_styles/UGelect.css" rel="stylesheet" type="text/css">
-<!-- #EndLibraryItem --><html></head>
+<!-- #EndLibraryItem -->
+
+</head>
<body bgcolor="#FFFFFF">
diff --git a/doc/html/Debugging.html b/doc/html/Debugging.html
index 8235d5d..1c3619b 100644
--- a/doc/html/Debugging.html
+++ b/doc/html/Debugging.html
@@ -3,7 +3,7 @@
<head>
<title>Debugging HDF5 Applications</title>
-</html><!-- #BeginLibraryItem "/ed_libs/styles_UG.lbi" -->
+<!-- #BeginLibraryItem "/ed_libs/styles_UG.lbi" -->
<!--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by the Board of Trustees of the University of Illinois. *
@@ -21,7 +21,9 @@
-->
<link href="ed_styles/UGelect.css" rel="stylesheet" type="text/css">
-<!-- #EndLibraryItem --><html></head>
+<!-- #EndLibraryItem -->
+
+</head>
<body bgcolor="#FFFFFF">
diff --git a/doc/html/Environment.html b/doc/html/Environment.html
index 83e9992..dfdc10a 100644
--- a/doc/html/Environment.html
+++ b/doc/html/Environment.html
@@ -4,7 +4,7 @@
<head>
<title>Environment Variables and Configuration Parameters</title>
-</html><!-- #BeginLibraryItem "/ed_libs/styles_UG.lbi" -->
+<!-- #BeginLibraryItem "/ed_libs/styles_UG.lbi" -->
<!--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by the Board of Trustees of the University of Illinois. *
@@ -22,7 +22,9 @@
-->
<link href="ed_styles/UGelect.css" rel="stylesheet" type="text/css">
-<!-- #EndLibraryItem --><html></head>
+<!-- #EndLibraryItem -->
+
+</head>
<body bgcolor="#FFFFFF">
diff --git a/doc/html/Errors.html b/doc/html/Errors.html
index 7d33dd4..68b2e52 100644
--- a/doc/html/Errors.html
+++ b/doc/html/Errors.html
@@ -3,7 +3,7 @@
<head>
<title>Error Handling Interface (H5E)</title>
-</html><!-- #BeginLibraryItem "/ed_libs/styles_UG.lbi" -->
+<!-- #BeginLibraryItem "/ed_libs/styles_UG.lbi" -->
<!--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by the Board of Trustees of the University of Illinois. *
@@ -21,7 +21,9 @@
-->
<link href="ed_styles/UGelect.css" rel="stylesheet" type="text/css">
-<!-- #EndLibraryItem --><html></head>
+<!-- #EndLibraryItem -->
+
+</head>
<body bgcolor="#FFFFFF">
diff --git a/doc/html/Files.html b/doc/html/Files.html
index 324283c..e06e84a 100644
--- a/doc/html/Files.html
+++ b/doc/html/Files.html
@@ -3,7 +3,7 @@
<head>
<title>File Interface (H5F)</title>
-</html><!-- #BeginLibraryItem "/ed_libs/styles_UG.lbi" -->
+<!-- #BeginLibraryItem "/ed_libs/styles_UG.lbi" -->
<!--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by the Board of Trustees of the University of Illinois. *
@@ -21,7 +21,9 @@
-->
<link href="ed_styles/UGelect.css" rel="stylesheet" type="text/css">
-<!-- #EndLibraryItem --><html></head>
+<!-- #EndLibraryItem -->
+
+</head>
<body bgcolor="#FFFFFF">
diff --git a/doc/html/Filters.html b/doc/html/Filters.html
index 37cd8f3..783dde3 100644
--- a/doc/html/Filters.html
+++ b/doc/html/Filters.html
@@ -3,7 +3,7 @@
<head>
<title>Filters</title>
-</html><!-- #BeginLibraryItem "/ed_libs/styles_UG.lbi" -->
+<!-- #BeginLibraryItem "/ed_libs/styles_UG.lbi" -->
<!--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by the Board of Trustees of the University of Illinois. *
@@ -21,7 +21,9 @@
-->
<link href="ed_styles/UGelect.css" rel="stylesheet" type="text/css">
-<!-- #EndLibraryItem --><html></head>
+<!-- #EndLibraryItem -->
+
+</head>
<body bgcolor="#FFFFFF">
diff --git a/doc/html/Glossary.html b/doc/html/Glossary.html
index a613e8a..baa1d98 100644
--- a/doc/html/Glossary.html
+++ b/doc/html/Glossary.html
@@ -2,7 +2,7 @@
HDF5 Glossary
</title>
-</html><!-- #BeginLibraryItem "/ed_libs/styles_Gen.lbi" -->
+<!-- #BeginLibraryItem "/ed_libs/styles_Gen.lbi" -->
<!--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by the Board of Trustees of the University of Illinois. *
@@ -20,7 +20,9 @@ HDF5 Glossary
-->
<link href="ed_styles/GenElect.css" rel="stylesheet" type="text/css">
-<!-- #EndLibraryItem --><html></head>
+<!-- #EndLibraryItem -->
+
+</head>
<body>
diff --git a/doc/html/Groups.html b/doc/html/Groups.html
index ebfa115..001507f 100644
--- a/doc/html/Groups.html
+++ b/doc/html/Groups.html
@@ -3,7 +3,7 @@
<head>
<title>Group Interface (H5G)</title>
-</html><!-- #BeginLibraryItem "/ed_libs/styles_UG.lbi" -->
+<!-- #BeginLibraryItem "/ed_libs/styles_UG.lbi" -->
<!--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by the Board of Trustees of the University of Illinois. *
@@ -21,7 +21,9 @@
-->
<link href="ed_styles/UGelect.css" rel="stylesheet" type="text/css">
-<!-- #EndLibraryItem --><html></head>
+<!-- #EndLibraryItem -->
+
+</head>
<body bgcolor="#FFFFFF">
diff --git a/doc/html/H5.format.html b/doc/html/H5.format.html
index 5df1618..0bb3ffd 100644
--- a/doc/html/H5.format.html
+++ b/doc/html/H5.format.html
@@ -30,7 +30,7 @@ TABLE.list TD { border:none; }
</STYLE>
-</html><!-- #BeginLibraryItem "/ed_libs/styles_Format.lbi" -->
+<!-- #BeginLibraryItem "/ed_libs/styles_Format.lbi" -->
<!--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by the Board of Trustees of the University of Illinois. *
@@ -48,7 +48,9 @@ TABLE.list TD { border:none; }
-->
<link href="ed_styles/FormatElect.css" rel="stylesheet" type="text/css">
-<!-- #EndLibraryItem --><html></head>
+<!-- #EndLibraryItem -->
+
+</head>
<body bgcolor="#FFFFFF">
diff --git a/doc/html/H5.intro.html b/doc/html/H5.intro.html
index a16bfd4..a1f53e3 100644
--- a/doc/html/H5.intro.html
+++ b/doc/html/H5.intro.html
@@ -2,7 +2,7 @@
<HEAD>
<TITLE>Introduction to HDF5</TITLE>
-</HTML><!-- #BeginLibraryItem "/ed_libs/styles_Intro.lbi" -->
+<!-- #BeginLibraryItem "/ed_libs/styles_Intro.lbi" -->
<!--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by the Board of Trustees of the University of Illinois. *
@@ -20,7 +20,10 @@
-->
<link href="ed_styles/IntroElect.css" rel="stylesheet" type="text/css">
-<!-- #EndLibraryItem --><HTML></HEAD>
+<!-- #EndLibraryItem -->
+
+</HEAD>
+
<BODY bgcolor="#FFFFFF">
diff --git a/doc/html/H5.user.html b/doc/html/H5.user.html
index beb4cbe..aafe51d7 100644
--- a/doc/html/H5.user.html
+++ b/doc/html/H5.user.html
@@ -4,7 +4,7 @@
HDF5 User's Guide
</title>
-</html><!-- #BeginLibraryItem "/ed_libs/styles_UG.lbi" -->
+<!-- #BeginLibraryItem "/ed_libs/styles_UG.lbi" -->
<!--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by the Board of Trustees of the University of Illinois. *
@@ -22,7 +22,9 @@
-->
<link href="ed_styles/UGelect.css" rel="stylesheet" type="text/css">
-<!-- #EndLibraryItem --><html></head>
+<!-- #EndLibraryItem -->
+
+</head>
<body bgcolor="#FFFFFF">
diff --git a/doc/html/MountingFiles.html b/doc/html/MountingFiles.html
index 11ca353..3e2ff6d 100644
--- a/doc/html/MountingFiles.html
+++ b/doc/html/MountingFiles.html
@@ -2,7 +2,7 @@
<head>
<title>Mounting Files</title>
-</html><!-- #BeginLibraryItem "/ed_libs/styles_UG.lbi" -->
+<!-- #BeginLibraryItem "/ed_libs/styles_UG.lbi" -->
<!--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by the Board of Trustees of the University of Illinois. *
@@ -20,7 +20,9 @@
-->
<link href="ed_styles/UGelect.css" rel="stylesheet" type="text/css">
-<!-- #EndLibraryItem --><html></head>
+<!-- #EndLibraryItem -->
+
+</head>
<body bgcolor="#FFFFFF">
diff --git a/doc/html/Performance.html b/doc/html/Performance.html
index 22cff65..c926798 100644
--- a/doc/html/Performance.html
+++ b/doc/html/Performance.html
@@ -3,7 +3,7 @@
<head>
<title>Performance</title>
-</html><!-- #BeginLibraryItem "/ed_libs/styles_UG.lbi" -->
+<!-- #BeginLibraryItem "/ed_libs/styles_UG.lbi" -->
<!--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by the Board of Trustees of the University of Illinois. *
@@ -21,7 +21,9 @@
-->
<link href="ed_styles/UGelect.css" rel="stylesheet" type="text/css">
-<!-- #EndLibraryItem --><html></head>
+<!-- #EndLibraryItem -->
+
+</head>
<body bgcolor="#FFFFFF">
diff --git a/doc/html/PredefDTypes.html b/doc/html/PredefDTypes.html
index ba33818..8ead15f 100644
--- a/doc/html/PredefDTypes.html
+++ b/doc/html/PredefDTypes.html
@@ -3,7 +3,7 @@
HDF5/Predefined Datatypes
</title>
-</html><!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" -->
+<!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" -->
<!--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
@@ -22,7 +22,9 @@ HDF5/Predefined Datatypes
-->
<link href="ed_styles/RMelect.css" rel="stylesheet" type="text/css">
-<!-- #EndLibraryItem --><html></head>
+<!-- #EndLibraryItem -->
+
+</head>
<body bgcolor="#FFFFFF">
<!-- HEADER RIGHT " " -->
diff --git a/doc/html/Properties.html b/doc/html/Properties.html
index 64f069c..fa9604b 100644
--- a/doc/html/Properties.html
+++ b/doc/html/Properties.html
@@ -3,7 +3,7 @@
<head>
<title>Property List Interface (H5P)</title>
-</html><!-- #BeginLibraryItem "/ed_libs/styles_UG.lbi" -->
+<!-- #BeginLibraryItem "/ed_libs/styles_UG.lbi" -->
<!--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by the Board of Trustees of the University of Illinois. *
@@ -21,7 +21,9 @@
-->
<link href="ed_styles/UGelect.css" rel="stylesheet" type="text/css">
-<!-- #EndLibraryItem --><html></head>
+<!-- #EndLibraryItem -->
+
+</head>
<body bgcolor="#FFFFFF">
diff --git a/doc/html/RM_H5.html b/doc/html/RM_H5.html
index 25ed751..b319f15 100644
--- a/doc/html/RM_H5.html
+++ b/doc/html/RM_H5.html
@@ -3,7 +3,7 @@
HDF5/H5 API Specification
</title>
-</html><!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" -->
+<!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" -->
<!--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
@@ -22,7 +22,9 @@ HDF5/H5 API Specification
-->
<link href="ed_styles/RMelect.css" rel="stylesheet" type="text/css">
-<!-- #EndLibraryItem --><html></head>
+<!-- #EndLibraryItem -->
+
+</head>
<body bgcolor="#FFFFFF">
diff --git a/doc/html/RM_H5A.html b/doc/html/RM_H5A.html
index 4b9aca6..03a1130 100644
--- a/doc/html/RM_H5A.html
+++ b/doc/html/RM_H5A.html
@@ -3,7 +3,7 @@
HDF5/H5A API Specification
</title>
-</html><!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" -->
+<!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" -->
<!--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
@@ -22,7 +22,9 @@ HDF5/H5A API Specification
-->
<link href="ed_styles/RMelect.css" rel="stylesheet" type="text/css">
-<!-- #EndLibraryItem --><html></head>
+<!-- #EndLibraryItem -->
+
+</head>
<body bgcolor="#FFFFFF">
<!-- HEADER RIGHT " " -->
diff --git a/doc/html/RM_H5D.html b/doc/html/RM_H5D.html
index 81c6e6c..ccbc7d9 100644
--- a/doc/html/RM_H5D.html
+++ b/doc/html/RM_H5D.html
@@ -3,7 +3,7 @@
HDF5/H5D API Specification
</title>
-</html><!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" -->
+<!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" -->
<!--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
@@ -22,7 +22,9 @@ HDF5/H5D API Specification
-->
<link href="ed_styles/RMelect.css" rel="stylesheet" type="text/css">
-<!-- #EndLibraryItem --><html></head>
+<!-- #EndLibraryItem -->
+
+</head>
<body bgcolor="#FFFFFF">
<!-- HEADER RIGHT " " -->
diff --git a/doc/html/RM_H5E.html b/doc/html/RM_H5E.html
index 0ddd962..b10ec32 100644
--- a/doc/html/RM_H5E.html
+++ b/doc/html/RM_H5E.html
@@ -3,7 +3,7 @@
HDF5/H5E API Specification
</title>
-</html><!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" -->
+<!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" -->
<!--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
@@ -22,7 +22,9 @@ HDF5/H5E API Specification
-->
<link href="ed_styles/RMelect.css" rel="stylesheet" type="text/css">
-<!-- #EndLibraryItem --><html></head>
+<!-- #EndLibraryItem -->
+
+</head>
<body bgcolor="#FFFFFF">
<!-- HEADER RIGHT " " -->
diff --git a/doc/html/RM_H5F.html b/doc/html/RM_H5F.html
index cf2467e..052255e 100644
--- a/doc/html/RM_H5F.html
+++ b/doc/html/RM_H5F.html
@@ -3,7 +3,7 @@
HDF5/H5F API Specification
</title>
-</html><!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" -->
+<!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" -->
<!--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
@@ -22,7 +22,9 @@ HDF5/H5F API Specification
-->
<link href="ed_styles/RMelect.css" rel="stylesheet" type="text/css">
-<!-- #EndLibraryItem --><html></head>
+<!-- #EndLibraryItem -->
+
+</head>
<body bgcolor="#FFFFFF">
<!-- HEADER RIGHT " " -->
diff --git a/doc/html/RM_H5Front.html b/doc/html/RM_H5Front.html
index f6909a1..d66c86b 100644
--- a/doc/html/RM_H5Front.html
+++ b/doc/html/RM_H5Front.html
@@ -5,7 +5,7 @@
HDF5 API Specification
</title>
-</html><!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" -->
+<!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" -->
<!--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
@@ -24,7 +24,9 @@ HDF5 API Specification
-->
<link href="ed_styles/RMelect.css" rel="stylesheet" type="text/css">
-<!-- #EndLibraryItem --><html></head>
+<!-- #EndLibraryItem -->
+
+</head>
<body bgcolor="#FFFFFF">
diff --git a/doc/html/RM_H5G.html b/doc/html/RM_H5G.html
index fb97f34..9c2cb45 100644
--- a/doc/html/RM_H5G.html
+++ b/doc/html/RM_H5G.html
@@ -3,7 +3,7 @@
HDF5/H5G API Specification
</title>
-</html><!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" -->
+<!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" -->
<!--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
@@ -22,7 +22,9 @@ HDF5/H5G API Specification
-->
<link href="ed_styles/RMelect.css" rel="stylesheet" type="text/css">
-<!-- #EndLibraryItem --><html></head>
+<!-- #EndLibraryItem -->
+
+</head>
<body bgcolor="#FFFFFF">
<!-- HEADER RIGHT " " -->
diff --git a/doc/html/RM_H5I.html b/doc/html/RM_H5I.html
index 7d5429d..3379ef6 100644
--- a/doc/html/RM_H5I.html
+++ b/doc/html/RM_H5I.html
@@ -3,7 +3,7 @@
HDF5/H5I API Specification
</title>
-</html><!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" -->
+<!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" -->
<!--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
@@ -22,7 +22,9 @@ HDF5/H5I API Specification
-->
<link href="ed_styles/RMelect.css" rel="stylesheet" type="text/css">
-<!-- #EndLibraryItem --><html></head>
+<!-- #EndLibraryItem -->
+
+</head>
<body bgcolor="#FFFFFF">
<!-- HEADER RIGHT " " -->
diff --git a/doc/html/RM_H5R.html b/doc/html/RM_H5R.html
index 2000690..298364b 100644
--- a/doc/html/RM_H5R.html
+++ b/doc/html/RM_H5R.html
@@ -3,7 +3,7 @@
HDF5/H5R API Specification
</title>
-</html><!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" -->
+<!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" -->
<!--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
@@ -22,7 +22,9 @@ HDF5/H5R API Specification
-->
<link href="ed_styles/RMelect.css" rel="stylesheet" type="text/css">
-<!-- #EndLibraryItem --><html></head>
+<!-- #EndLibraryItem -->
+
+</head>
<body bgcolor="#FFFFFF">
<!-- HEADER RIGHT " " -->
diff --git a/doc/html/RM_H5S.html b/doc/html/RM_H5S.html
index 42fd2b7..773b54b 100644
--- a/doc/html/RM_H5S.html
+++ b/doc/html/RM_H5S.html
@@ -3,7 +3,7 @@
HDF5/H5S API Specification
</title>
-</html><!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" -->
+<!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" -->
<!--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
@@ -22,7 +22,9 @@ HDF5/H5S API Specification
-->
<link href="ed_styles/RMelect.css" rel="stylesheet" type="text/css">
-<!-- #EndLibraryItem --><html></head>
+<!-- #EndLibraryItem -->
+
+</head>
<body bgcolor="#FFFFFF">
<!-- HEADER RIGHT " " -->
diff --git a/doc/html/RM_H5T.html b/doc/html/RM_H5T.html
index 3576068..3d2d16d 100644
--- a/doc/html/RM_H5T.html
+++ b/doc/html/RM_H5T.html
@@ -3,7 +3,7 @@
HDF5/H5T API Specification
</title>
-</html><!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" -->
+<!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" -->
<!--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
@@ -22,7 +22,9 @@ HDF5/H5T API Specification
-->
<link href="ed_styles/RMelect.css" rel="stylesheet" type="text/css">
-<!-- #EndLibraryItem --><html></head>
+<!-- #EndLibraryItem -->
+
+</head>
<body bgcolor="#FFFFFF">
<!-- HEADER RIGHT " " -->
diff --git a/doc/html/RM_H5Z.html b/doc/html/RM_H5Z.html
index a3de306..4962114 100644
--- a/doc/html/RM_H5Z.html
+++ b/doc/html/RM_H5Z.html
@@ -4,7 +4,7 @@
HDF5/H5Z API Specification
</title>
-</html><!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" -->
+<!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" -->
<!--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
@@ -23,7 +23,9 @@ HDF5/H5Z API Specification
-->
<link href="ed_styles/RMelect.css" rel="stylesheet" type="text/css">
-<!-- #EndLibraryItem --><html></head>
+<!-- #EndLibraryItem -->
+
+</head>
<body bgcolor="#FFFFFF">
<!-- HEADER RIGHT " " -->
diff --git a/doc/html/References.html b/doc/html/References.html
index 60763b5..deead49 100644
--- a/doc/html/References.html
+++ b/doc/html/References.html
@@ -3,7 +3,7 @@
<head>
<title>Reference (H5R) and Identifier Interfaces (H5I)</title>
-</html><!-- #BeginLibraryItem "/ed_libs/styles_UG.lbi" -->
+<!-- #BeginLibraryItem "/ed_libs/styles_UG.lbi" -->
<!--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by the Board of Trustees of the University of Illinois. *
@@ -21,7 +21,9 @@
-->
<link href="ed_styles/UGelect.css" rel="stylesheet" type="text/css">
-<!-- #EndLibraryItem --><html></head>
+<!-- #EndLibraryItem -->
+
+</head>
<body bgcolor="#FFFFFF">
diff --git a/doc/html/TechNotes.html b/doc/html/TechNotes.html
index d6f60ab..5754ca0 100644
--- a/doc/html/TechNotes.html
+++ b/doc/html/TechNotes.html
@@ -20,7 +20,7 @@
HDF5 Technical Notes
</title>
-</html><!-- #BeginLibraryItem "/ed_libs/styles_Gen.lbi" -->
+<!-- #BeginLibraryItem "/ed_libs/styles_Gen.lbi" -->
<!--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by the Board of Trustees of the University of Illinois. *
@@ -38,7 +38,9 @@ HDF5 Technical Notes
-->
<link href="ed_styles/GenElect.css" rel="stylesheet" type="text/css">
-<!-- #EndLibraryItem --><html></head>
+<!-- #EndLibraryItem -->
+
+</head>
<body bgcolor="#FFFFFF">
diff --git a/doc/html/Tools.html b/doc/html/Tools.html
index 0969896..421cc5c 100644
--- a/doc/html/Tools.html
+++ b/doc/html/Tools.html
@@ -3,7 +3,7 @@
HDF5/Tools API Specification
</title>
-</html><!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" -->
+<!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" -->
<!--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
@@ -22,7 +22,7 @@ HDF5/Tools API Specification
-->
<link href="ed_styles/RMelect.css" rel="stylesheet" type="text/css">
-<!-- #EndLibraryItem --><html></head>
+<!-- #EndLibraryItem --></head>
<body bgcolor="#FFFFFF">
<!-- HEADER RIGHT " " -->
diff --git a/doc/html/ddl.html b/doc/html/ddl.html
index 3f7aec1..a9041eb 100644
--- a/doc/html/ddl.html
+++ b/doc/html/ddl.html
@@ -3,7 +3,7 @@
<head>
<title>DDL for HDF5</title>
-</html><!-- #BeginLibraryItem "/ed_libs/styles_UG.lbi" -->
+<!-- #BeginLibraryItem "/ed_libs/styles_UG.lbi" -->
<!--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by the Board of Trustees of the University of Illinois. *
@@ -21,7 +21,9 @@
-->
<link href="ed_styles/UGelect.css" rel="stylesheet" type="text/css">
-<!-- #EndLibraryItem --><html></head>
+<!-- #EndLibraryItem -->
+
+</head>
<body bgcolor="#FFFFFF">