From 4a67c73fe1cb6bd1deb389960a2a4dbec1f9b668 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Thu, 2 Oct 2008 13:02:39 +0200 Subject: [PATCH] id=metadata_ctags --- gitweb/gitweb.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl index 1f358dfc18..02083d5176 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -4185,7 +4185,7 @@ sub git_summary { if ($show_ctags) { my $ctags = git_get_project_ctags($project); my $cloud = git_populate_project_tagcloud($ctags); - print "Content tags:
"; + print "Content tags:
"; print "\n" unless %$ctags; print "
Add:
"; print "\n" if %$ctags; -- 2.11.4.GIT