On Sun, Oct 26, 2014 at 12:29 AM, Bruno Raoult <[email protected]> wrote:
> > On Sat, Oct 25, 2014 at 11:53 PM, Bruno Raoult <[email protected]> wrote: > >> May I suggest line 1785 something like: >> ap_rvputs(r, "</td><td", (d->style_sheet != NULL) ? " >> class=\"indexcoldesc\">" : ">", " ", r); >> > > I did submit a patch, via the web interface, but I am not sure I did it the right way, and as there is no email confirmation, I can just hope the submission was received... The patch itself (on mod_autoindex.c): $ diff ./generators/mod_autoindex.c ./generators/mod_autoindex.c.orig 1785c1785 < ap_rvputs(r, "</td><td", (d->style_sheet != NULL) ? " class=\"indexcoldesc\">" : ">", " ", NULL); --- > ap_rputs("</td><td> ", r); br. -- 2 + 2 = 5, for very large values of 2.
