You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pq...@apache.org on 2005/12/01 22:44:57 UTC

svn commit: r351484 - /httpd/httpd/dist/Announcement2.2.html

Author: pquerna
Date: Thu Dec  1 13:44:54 2005
New Revision: 351484

URL: http://svn.apache.org/viewcvs?rev=351484&view=rev
Log:
Fix a dd/dl mismatch and screwup

Modified:
    httpd/httpd/dist/Announcement2.2.html

Modified: httpd/httpd/dist/Announcement2.2.html
URL: http://svn.apache.org/viewcvs/httpd/httpd/dist/Announcement2.2.html?rev=351484&r1=351483&r2=351484&view=diff
==============================================================================
--- httpd/httpd/dist/Announcement2.2.html (original)
+++ httpd/httpd/dist/Announcement2.2.html Thu Dec  1 13:44:54 2005
@@ -66,11 +66,10 @@
 will need to be recompiled in order to run with Apache 2.2, but no
 substantial reworking should be necessary.
 </p>
-<dd>
-  <dl><a href="http://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x/VERSIONING">
-  http://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x/VERSIONING</a>
-  </dl>
-</dd>
+<dl>
+  <dd><a href="http://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x/VERSIONING">
+http://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x/VERSIONING</a></dd>
+</dl>
 
 <h3>Known Issues</h3>
 
@@ -81,18 +80,18 @@
 <ul>
    <li>mod_dbd and mod_authn_dbd are absent from the Windows build
     environment. A patch to correct this is available from:
-    <dd>
-      <dl><a href="http://www.apache.org/dist/httpd/patches/apply_to_2.2.0/">
-      http://www.apache.org/dist/httpd/patches/apply_to_2.2.0/</a></dl>
-    </dd>
+    <dl>
+      <dd><a href="http://www.apache.org/dist/httpd/patches/apply_to_2.2.0/">
+      http://www.apache.org/dist/httpd/patches/apply_to_2.2.0/</a></dd>
+    </dl>
     </li>
    <li>If you are installing on a system with apr/apr-util 1.0 or 1.1
     installed, you must build apr/apr-util 1.2 manually. See:
 
-    <dd><dl>
+    <dl><dd>
         <a href="http://httpd.apache.org/docs/2.2/install.html#requirements">
         http://httpd.apache.org/docs/2.2/install.html#requirements</a>
-    </dl></dd>
+    </dd></dl>
     </li>
 </ul>