Submitted by: Jesse Tie-Ten-Quee <highos@highos.com>
PR: 21668
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101661
13f79535-47bb-0310-9956-
ffa450edef68
[Remove entries to the current 2.0 section below, when backported]
+ *) mod_autoindex: Don't omit the <tr> start tag if the SuppressIcon
+ option is set. PR 21668. [Jesse Tie-Ten-Quee <highos@highos.com>]
+
*) mod_autoindex / core: Don't fail to show filenames containing
special characters like '%'. PR 13598. [André Malo]
}
if (autoindex_opts & TABLE_INDEXING) {
+ ap_rputs("<tr>", r);
if (!(autoindex_opts & SUPPRESS_ICON)) {
- ap_rputs("<tr><td valign=\"top\">", r);
+ ap_rputs("<td valign=\"top\">", r);
if (autoindex_opts & ICONS_ARE_LINKS) {
ap_rvputs(r, "<a href=\"", anchor, "\">", NULL);
}