src/html.cpp

changeset 50
1ebab6df60c2
parent 46
7e099403e5b0
child 52
e9edc3bd0301
--- 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("<h1 data-repo=\"%s\">%1$s</h1>\n", encode(repo).c_str());
+    printf("<h1 data-repo=\"%1$s\">%1$s</h1>\n", encode(repo).c_str());
 }
 
 void html::heading_author(const std::string& author, unsigned int total_commits) {

mercurial