$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r72475 - sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html
From: cpp.cabrera_at_[hidden]
Date: 2011-06-07 17:36:16
Author: alejandro
Date: 2011-06-07 17:36:15 EDT (Tue, 07 Jun 2011)
New Revision: 72475
URL: http://svn.boost.org/trac/boost/changeset/72475
Log:
Made design.html XHTML5 conformant.
Text files modified: 
   sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/design.html |   129 ++++++++++++++++++++------------------- 
   1 files changed, 66 insertions(+), 63 deletions(-)
Modified: sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/design.html
==============================================================================
--- sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/design.html	(original)
+++ sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/design.html	2011-06-07 17:36:15 EDT (Tue, 07 Jun 2011)
@@ -1,68 +1,71 @@
 <!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+    <link rel="stylesheet" type="text/css" 
+	  href="../../../../doc/src/boostbook.css"/>
+    <link rel="stylesheet" type="text/css" href="style/my.css"/>
+
+    <title>Boost.BloomFilter</title>  
+  </head>
+
+  <body>
+    <header>
+      <img src="../../../../boost.png" width="277" height="86" 
+	   alt="Boost C++ Libraries"/>
+      <p>
+	Home
+	Libraries 
+	People 
+	FAQ 
+	More 
+      </p>
+    </header>
 
-<html>
-<head>
-  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-  <link rel="stylesheet" type="text/css" 
-	href="../../../../doc/src/boostbook.css">
-  <link rel="stylesheet" type="text/css" href="style/my.css">
-
-  <title>Boost.BloomFilter</title>  
-</head>
-
-<body>
-  <header>
-    <img src="../../../../boost.png" width=277 height=86 alt="Boost C++ Libraries"/>
-    <p>
-      Home
-      Libraries 
-      People 
-      FAQ 
-      More 
-    </p>
-  </header>
-
-  <hr>
-
-  <h2 class="title">Design</h2>
-  
-  <div class="toc">
-    <ul>
-      <li>Overview</li>
-      <li>Default Hash Functions</li>
-      <li>C++0x Considerations</li>
-    </ul>
-  </div>
-
-  <h4 name="overview">Overview</h4>
-  <p></p>
-
-  <h4 name="default_hash">Default Hash Functions</h4>
-  <p></p>
-
-  <h4 name="c++0x">C++0x Considerations</h4>
-  <p></p>
-
-  <hr>
-
-  <footer>
-    <p>
-      Last revised: <time datetime=2011-06-06>June 6, 2011</time>.
-    </p>
-
-    <p class="copyright">
-      Copyright © 2011 
-      <a href="mailto:cpp.cabrera_at_[hidden]">Alejandro Cabrera</a>
-    </p>
+    <hr/>
+
+    <h2 class="title">Design</h2>
     
-    <p class="copyright">
-      Distributed under the Boost Software License, Version 1.0. (See
-      accompanying file 
-      LICENSE_1_0.txt or
-      copy at 
-      http://www.boost.org/LICENSE_1_0.txt)
-    </p>
-  </footer>
+    <div class="toc">
+      <ul>
+	<li>Overview</li>
+	<li>Default Hash Functions</li>
+	<li>C++0x Considerations</li>
+      </ul>
+    </div>
+
+    <h4>Overview</h4>
+    <a name="overview"></a>
+    <p></p>
+
+    <h4>Default Hash Functions</h4>
+    <a name="default_hash"></a>
+    <p></p>
+
+    <h4>C++0x Considerations</h4>
+    <a name="c++0x"></a>
+    <p></p>
+
+    <hr/>
+
+    <footer>
+      <p>
+	Last revised: <time datetime="2011-06-06">June 6, 2011</time>.
+      </p>
+
+      <p class="copyright">
+	Copyright © 2011 
+	<a href="mailto:cpp.cabrera_at_[hidden]">Alejandro Cabrera</a>
+      </p>
+      
+      <p class="copyright">
+	Distributed under the Boost Software License, Version 1.0. (See
+	accompanying file 
+	LICENSE_1_0.txt or
+	copy at 
+	http://www.boost.org/LICENSE_1_0.txt)
+      </p>
+    </footer>
 
-</body>
+  </body>
 </html>