PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
- * mod_autoindex: Fix (add) css attribute for description column when column
- contains no data. PR 57227. [Bruno Raoult]
- trunk patch: http://svn.apache.org/r1648201
- 2.4.x patch: https://issues.apache.org/bugzilla/attachment.cgi?id=32209
- +1: druggeri, gsmith, rjung
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
}
}
else {
- ap_rputs("</td><td> ", r);
+ ap_rvputs(r, "</td><td", (d->style_sheet != NULL) ? " class=\"indexcoldesc\">" : ">", " ", NULL);
}
}
ap_rputs("</td></tr>\n", r);