From c208dfe85d21361dfb2a7060957cb3ad0bc478e8 Mon Sep 17 00:00:00 2001 From: "Konstantin Kirik (snegovick)" Date: Tue, 9 Dec 2025 02:56:01 +0300 Subject: Fix links in html version of man section index --- man/lib/mksectionindex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/lib/mksectionindex.py') diff --git a/man/lib/mksectionindex.py b/man/lib/mksectionindex.py index 480011fe..f9b3bf75 100644 --- a/man/lib/mksectionindex.py +++ b/man/lib/mksectionindex.py @@ -30,7 +30,7 @@ if __name__ == "__main__": """ for f in os.listdir(): - index_file += f"{f}\n" + index_file += f"{f}\n" index_file += "" print(index_file) -- cgit v1.2.3