Commit Diff


commit - 1d28db1eeb9d3b9ab044ec570bdf50e69a553f71
commit + f146a4ea2f11564cec8e9a3446ff00f8d8e7fb83
blob - 4e7b4a71a1f0ffa9ef6a55ef755d66f17bd41945
blob + e60b6ec7a9845ba8f1a54daa6f2c3aa36d81d205
--- gotweb/gotweb.c
+++ gotweb/gotweb.c
@@ -362,7 +362,7 @@ gw_blame(struct gw_trans *gw_trans)
 	if (error)
 		goto done;
 	if (asprintf(&blame_html_disp, blame_header, age_html,
-	    escaped_commit_msg, blame_html) == -1) {
+	    gw_gen_commit_msg_header(escaped_commit_msg), blame_html) == -1) {
 		error = got_error_from_errno("asprintf");
 		goto done;
 	}