diff options
-rw-r--r-- | cgit-about-filter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit-about-filter.c b/cgit-about-filter.c index 02b6043..4897fa7 100644 --- a/cgit-about-filter.c +++ b/cgit-about-filter.c @@ -26,7 +26,7 @@ main(int argc, char *argv[]) return 1; if (strlen(ext) == 1 && isdigit(*ext)) { - EXEC("mandoc", "-Thtml", "-Ofragment"); + EXEC("mandoc", "-Thtml", "-Ofragment", "-Ios="); } else if (strcmp(ext, "md") == 0) { EXEC("lowdown", "-Thtml"); } |