PR: 13351
it's a pretty titchy change :)
Making the default validate is much harder.
Cheers,
-Thom
--
Thom May -> [EMAIL PROTECTED]
<moshez> wiggy: I just hurt other people. because I am evil!!!!!!
muhahahahahahahaha! evil, I tell you, evil!!!!
Index: modules/generators/mod_autoindex.c
===================================================================
RCS file: /home/cvspublic/httpd-2.0/modules/generators/mod_autoindex.c,v
retrieving revision 1.110
diff -u -u -r1.110 mod_autoindex.c
--- modules/generators/mod_autoindex.c 8 Jul 2002 17:43:33 -0000 1.110
+++ modules/generators/mod_autoindex.c 7 Oct 2002 14:15:06 -0000
@@ -1523,7 +1523,7 @@
int cols = 1;
ap_rputs("<table><tr>", r);
if (!(autoindex_opts & SUPPRESS_ICON)) {
- ap_rputs("<th title=\"Icon\">", r);
+ ap_rputs("<th>", r);
if ((tp = find_default_icon(d, "^^BLANKICON^^"))) {
ap_rvputs(r, "<img src=\"", ap_escape_html(scratch, tp),
"\" alt=\"[ICO]\"", NULL);