X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/43a1d2911bc019edc2116adbe000e969af76e28a6ea703994b80dd7364f3520b..36ccf91d9dc29d8de089c4f4a169544589688c389212d8ebcdc47b887e9edcfc:/gitweb.perl diff --git a/gitweb.perl b/gitweb.perl index 716d416..e607099 100755 --- a/gitweb.perl +++ b/gitweb.perl @@ -2814,8 +2814,12 @@ sub git_tags_body { print "\n"; } $alternate ^= 1; - print "$tag{'age'}\n" . - "" . + if (defined $tag{'age'}) { + print "$tag{'age'}\n"; + } else { + print "\n"; + } + print "" . $cgi->a({-href => href(action=>$tag{'reftype'}, hash=>$tag{'refid'}), -class => "list name"}, esc_html($tag{'name'})) . "\n" .