Hi,

following patch removes a commented out section (left over from the pre-release time) and adds a missing closing p-tag.

[[[
Clean up 1.9 release notes html to improve XHTML1.1 compliance a bit.

* docs/release-notes/1.9.html
  (Compatibility Concerns): Drop commented out section.
  (FSFS improvements): add missing closing p-tag
]]]

Regards,
Stefan

Index: 1.9.html
===================================================================
--- 1.9.html	(revision 1743727)
+++ 1.9.html	(working copy)
@@ -172,43 +172,6 @@
 
 </div>  <!-- wc-upgrade -->
 
-<!--
-<div class="h3" id="output-changes">
-<h3>Command Line Output Changes
-  <a class="sectionlink" href="#output-changes"
-    title="Link to this section">&para;</a>
-</h3>
-
-<p>Although we try hard to keep output from the command line programs
-compatible between releases, new information sometimes has to be
-added.  This can break scripts that rely on the exact format of the
-output.  For this reason, we encourage programs which consume the output
-of the commandline client to consider using the <tt>--xml</tt> option,
-or accessing Subversion through the various bindings interfaces.</p>
-
-### Insert items here, of the following form:
-<div class="h4" id="foo">
-<h4>Improved output of <tt>svn foo</tt>
-  <a class="sectionlink" href="#foo"
-    title="Link to this section">&para;</a>
-</h4>
-
-<p>The output of <tt>svn foo</tt> has been improved.  The following
-example illustrates these changes.</p>
-
-<pre>
-   $ svn foo
-   BAR
-   BAZ
-   BLAH
-   BIN
-   $ 
-</pre>
-
-</div>
-
-</div>  <!-- output-changes -->
-
 <div class="h3" id="compat-deps">
 <h3>Upgraded Minimal Dependencies
   <a class="sectionlink" href="#compat-deps"
@@ -332,6 +295,7 @@
 by looking for <tt>FSFS Logical Addressing: yes</tt> in the output of
 <tt>svnadmin info</tt>: if that line is printed, then the repository has
 all format 7 features enabled.
+</p>
 
 <div class="notice">
   <p><span style="color: red"><b>WARNING:</b></span> <b>Server restart

Reply via email to