diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl
index c7a245ac2dade108e3ac97403c5c4c86790ac6fc..cdb09c433a5e875ddaf1ef32ab6252ff4c07bc7a 100755
--- a/gitweb/gitweb.perl
+++ b/gitweb/gitweb.perl
@@ -2957,7 +2957,7 @@ sub git_commit {
 			        "blame");
 	}
 	git_header_html(undef, $expires);
-	git_print_page_nav('commit', defined $co{'parent'} ? '' : 'commitdiff',
+	git_print_page_nav('commit', '',
 	                   $hash, $co{'tree'}, $hash,
 	                   join (' | ', @views_nav));