fix underline

git-svn-id: file:///raid/svn-personal/keine/trunk@12 a3977ea8-0dc0-2842-9144-a1a46b47fd40
This commit is contained in:
Nishi 2024-09-11 16:01:52 +00:00
parent dc080410e6
commit 752d3dc273

View File

@ -146,9 +146,6 @@ char* kn_manpage_process(const char* path) {
tmp = b;
b = kn_strcat(b, HTML(cbuf));
free(tmp);
tmp = b;
b = kn_strcat(b, "</u>");
free(tmp);
}
old = 0;
}