diff -r e4f1aea7df99 -r 1ebab6df60c2 src/html.cpp --- a/src/html.cpp Mon May 19 15:09:54 2025 +0200 +++ b/src/html.cpp Mon May 19 15:10:11 2025 +0200 @@ -148,7 +148,7 @@ void html::heading_repo(const std::string& repo) { indent(); - printf("

%1$s

\n", encode(repo).c_str()); + printf("

%1$s

\n", encode(repo).c_str()); } void html::heading_author(const std::string& author, unsigned int total_commits) {