Index: svn_1.2_releasenotes.html
===================================================================
--- svn_1.2_releasenotes.html	(revision 14027)
+++ svn_1.2_releasenotes.html	(working copy)
@@ -1,3 +1,5 @@
+<!DOCTYPE html PUBLIC "-//Tigris//DTD XHTML 1.0 Transitional//EN"
+"http://style.tigris.org/tigris_transitional.dtd">
 <html>
 <head>
 <title>Subversion 1.2 Release Notes</title>
@@ -20,7 +22,7 @@
 
 <p>These new features will ultimately be documented in a 1.2 version
 of the free Subversion book; check the <a
-href="http://svnbook.red-bean.com">svnbook.red-bean.com</a> site.
+   href="http://svnbook.red-bean.com">svnbook.red-bean.com</a> site.</p>
 
 
 <h3>Overview</h3>
@@ -154,8 +156,6 @@
 guaranteeing that only libsvn_fs 1.2 ever accesses the
 repository.</p>
 
-<p/>
-
 <h4>Full DAV autoversioning (<em>mod_dav_svn feature</em>)</h4>
 
 <p>Autoversioning is a feature whereby generic WebDAV clients can
@@ -195,10 +195,6 @@
 under the hood, each resulting in a separate commit.  Experiences may
 vary.</p>
 
-
-<p/>
-
-
 <h3>Other Improvements</h3>
 
 <dl>
@@ -227,9 +223,8 @@
 <p><strong>Note:</strong> There's a small tradeoff between speed and
 disk space.  If you choose to re-deltify your whole repository using
 xdelta, its size will grow by roughly 10 to 15 percent.</p>
+</dd>
 
-<p/>
-
 <dt><h4>FSFS repositories are now the default (<em>new server
 feature</em>)</h4></dt>
 
@@ -254,8 +249,6 @@
 
 </dd>
 
-<p/>
-
 <dt><h4>Cached passwords are encyrypted on Windows (<em>Windows client
 feature</em>)</h4></dt>
 
@@ -282,16 +275,11 @@
 passphrases for client SSL certificates.</p>
 </dd>
 
-<p/>
-
-
 <dt><h4>Bugfixes:</h4></dt>
 <dd>More than 50 new bugs fixed.  See the <a
 href="http://svn.collab.net/repos/svn/trunk/CHANGES">CHANGES</a> file
       for details.</dd>
 
-<p>
-
 <dt><h4>New subcommand switches:</h4></dt>
 <dd>
    <dl>
@@ -334,15 +322,14 @@
       <dd>Invoke <tt>pre-commit</tt> or <tt>post-commit</tt> hooks
           when loading a dumpfile into a repository.</dd>
    </dl>
+</dd>
 </dl>
 
-
-
 <h3>Developer Changes</h3>
 
 <p>The svn_ra.h API has now been "flattened", essentially imitating
 the same way the svn_fs.h API hides multiple implementations.  Instead
-of making calls into an RA vtable (<tt>ra->do_foo()</tt>), all RA
+of making calls into an RA vtable (<tt>ra-&lt;do_foo()</tt>), all RA
 functions are now usable directly in the form
 <tt>svn_ra_do_foo()</tt>. This also has the nice side-effect of
 making svn_ra.h available via SWIG. </p>
@@ -365,7 +352,8 @@
 
 <p>If you're looking for testimonials on Subversion, see our new <a
 href="http://subversion.tigris.org/testimonials.html">testimonials
-page</a>.</p> And as usual, you can find links to other
+page</a>.</p>
+<p>And as usual, you can find links to other
 Subversion-related sites, projects, and essays on our <a
 href="http://subversion.tigris.org/project_links.html">links
 page</a>.</p>

