From e0bef59b4d85feebbf5d3c3125a1ee0f71825249 Mon Sep 17 00:00:00 2001 From: Stricted Date: Sat, 8 Sep 2012 13:43:12 +0200 Subject: [PATCH] change git_header_html --- index.cgi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.cgi b/index.cgi index ed6a910..cb67558 100644 --- a/index.cgi +++ b/index.cgi @@ -3512,6 +3512,10 @@ EOF print " / $action"; } print "\n"; + } else { + if (defined $action && $action != $home_link_str) { + print " $action"; + } } print "\n"; -- 2.20.1