Patch attached.

An unclosed <code> node in doc/index.html causes all text after the documentation for *allow-dotless-cookie-domains-p* to render in a monospaced font.

This is my first patch ever, so let me know if I did it wrong.

Thanks,

Walter


--
The Online Slang Dictionary - Now a wiki!
http://onlineslangdictionary.com/
diff -ru E:\Walter\Projects\Lisp\my-documents-lisp-libraries-backup\drakma-1.2.1/doc/index.html ./doc/index.html
--- E:\Walter\Projects\Lisp\my-documents-lisp-libraries-backup\drakma-1.2.1/doc/index.html	2010-07-06 08:32:09.625000000 -0700
+++ ./doc/index.html	2010-07-11 16:14:41.343750000 -0700
@@ -1298,7 +1298,7 @@
 
 When this variable is not <code>NIL</code>, cookie domains containing
 no dots are considered valid.  The default is <code>NIL</code>,
-meaning to disallow such domains except for <code>"localhost"<code>.
+meaning to disallow such domains except for <code>"localhost"</code>.
 
 </blockquote>
 
_______________________________________________
drakma-devel mailing list
drakma-devel@common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/drakma-devel

Reply via email to