Added docs for 2.4.22, Daniel
diff --git a/doc/namespaces.html b/doc/namespaces.html
index 33e6c34..c8e0b7d 100644
--- a/doc/namespaces.html
+++ b/doc/namespaces.html
@@ -104,10 +104,10 @@
 &lt;/mydoc&gt;</pre>
 <p>The namespace value has to be an absolute URL, but the URL doesn't have to
 point to any existing resource on the Web. It will bind all the element and
-attributes with that URL. I suggest to use an URL within a domain you control,
-and that the URL should contain some kind of version information if possible.
-For example, <code>&quot;http://www.gnome.org/gnumeric/1.0/&quot;</code> is a good
-namespace scheme.</p>
+attributes with that URL. I suggest to use an URL within a domain you
+control, and that the URL should contain some kind of version information if
+possible. For example, <code>&quot;http://www.gnome.org/gnumeric/1.0/&quot;</code> is a
+good namespace scheme.</p>
 <p>Then when you load a file, make sure that a namespace carrying the
 version-independent prefix is installed on the root element of your document,
 and if the version information don't match something you know, warn the user