]> granicus.if.org Git - apache/commitdiff
One line fix to get HTMLTable to validate.
authorSander Striker <striker@apache.org>
Wed, 9 Oct 2002 09:50:09 +0000 (09:50 +0000)
committerSander Striker <striker@apache.org>
Wed, 9 Oct 2002 09:50:09 +0000 (09:50 +0000)
PR: 13351
Submitted by: Thom May <thommay@apache.org>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97158 13f79535-47bb-0310-9956-ffa450edef68

modules/generators/mod_autoindex.c

index ce6f294301fcb0a1b84ca79376729d9f0b841384..3e3eef46695e21ef390a2ed60ec4e533db8c3317 100644 (file)
@@ -1523,7 +1523,7 @@ static void output_directories(struct ent **ar, int n,
         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);