Differences From Artifact [dccba48c85]:
- File src/extcgi.c — part of check-in [3ed3fa3dda] at 2019-12-13 18:57:26 on branch trunk — Enhance the /ext page to search for "index.*" files if the pathname ends with "/" and is a directory name. (user: drh size: 13632) [more...]
To Artifact [9890cc731f]:
- File src/extcgi.c — part of check-in [ef5424b683] at 2020-11-05 23:15:41 on branch default-css-cleanups — Added a parameter to style_footer() and renamed it to match its actual function (style_body_and_footer()) so we can add a CSS class to each page that indicates which major Fossil feature served the page, so we can have module-specific CSS. (user: wyoung size: 13649)
| ︙ | ︙ | |||
414 415 416 417 418 419 420 |
}
}
@ </tr>
}
db_finalize(&q);
@ </tbody>
@ </table>
| | | 414 415 416 417 418 419 420 421 422 |
}
}
@ </tr>
}
db_finalize(&q);
@ </tbody>
@ </table>
style_body_and_footer("extcgi");
}
|