[mirrorbrain-commits] r7753 - trunk/mod_autoindex_mb

From: <poeml_at_mirrorbrain.org>
Date: Wed, 12 Aug 2009 01:02:48 +0200
Author: poeml
Date: Wed Aug 12 01:02:47 2009
New Revision: 7753
URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain?view=revision&revision=7753

Log:
mod_autoindex_mb: 
- add missing slash to terminate XHTML br element in the footer.

Modified:
   trunk/mod_autoindex_mb/mod_autoindex_mb.c

Modified: trunk/mod_autoindex_mb/mod_autoindex_mb.c
==============================================================================
--- trunk/mod_autoindex_mb/mod_autoindex_mb.c	Wed Aug 12 01:01:32 2009	(r7752)
+++ trunk/mod_autoindex_mb/mod_autoindex_mb.c	Wed Aug 12 01:02:47 2009	(r7753)
_at_@ -1199,7 +1199,7 @@
         ap_rputs(ap_psignature("", r), r);
     }
     if (!suppress_sig && show_mb_sig) {
-        ap_rputs("<br><address><a href=\"http://mirrorbrain.org/\">MirrorBrain</a> powered by <a href=\"http://httpd.apache.org/\">Apache</a></address>\n", r);
+        ap_rputs("<br/><address><a href=\"http://mirrorbrain.org/\">MirrorBrain</a> powered by <a href=\"http://httpd.apache.org/\">Apache</a></address>\n", r);
     }
     if (!suppress_post) {
         ap_rputs("</body></html>\n", r);


_______________________________________________
mirrorbrain-commits mailing list
Archive: http://mirrorbrain.org/archive/mirrorbrain-commits/

Note: To remove yourself from this list, send a mail with the content
 	unsubscribe
to the address mirrorbrain-commits-request_at_mirrorbrain.org
Received on Tue Aug 11 2009 - 23:02:48 GMT

This archive was generated by hypermail 2.3.0 : Mon Feb 20 2012 - 23:47:04 GMT