From f08445f13e203c09f24bbf709e11016272f33434 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Wed, 8 May 2024 21:21:32 +0200 Subject: Remove space in "-T html" Fixes: https://github.com/dillo-browser/dillo-plugin-man/issues/1 --- man.filter.dpi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man.filter.dpi b/man.filter.dpi index e315a71..fff0087 100755 --- a/man.filter.dpi +++ b/man.filter.dpi @@ -61,7 +61,7 @@ serve_manpage() { else printf "\n" printf "Content-type: text/html\r\n\r\n" - man -T html $manpage | inject_css | link_xrefs 2>&1 + man -Thtml $manpage | inject_css | link_xrefs 2>&1 fi } -- cgit v1.2.3