From: Nishi Date: Wed, 11 Sep 2024 16:00:21 +0000 (+0000) Subject: fix underline X-Git-Url: https://git.chaotic.ninja/gitweb/nishi/?a=commitdiff_plain;h=dc080410e62c84ab26e63e11f111ca3684d1dc44;p=keine.git fix underline git-svn-id: file:///raid/svn-personal/keine/trunk@11 a3977ea8-0dc0-2842-9144-a1a46b47fd40 --- diff --git a/CGI/man.c b/CGI/man.c index 61bf4ec..cbf00db 100644 --- a/CGI/man.c +++ b/CGI/man.c @@ -142,6 +142,7 @@ char* kn_manpage_process(const char* path) { b = kn_strcat(b, ""); free(tmp); } + m = 'U'; tmp = b; b = kn_strcat(b, HTML(cbuf)); free(tmp);