X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=lib%2FPackages%2FDoShow.pm;h=21bd9852d22019c3494eb69d17eba7ba9cece11d;hb=1f05205070c681dcdd3df2f03c430a98eafee540;hp=d6502ab7c318519d5b397a82324b10cb8d6ddc65;hpb=36926bc25c4342c4be4fc9babf45edc5f6862f49;p=deb%2Fpackages.git diff --git a/lib/Packages/DoShow.pm b/lib/Packages/DoShow.pm index d6502ab..21bd985 100644 --- a/lib/Packages/DoShow.pm +++ b/lib/Packages/DoShow.pm @@ -119,7 +119,7 @@ sub do_show { debug( "Data search and merging took ".timestr($std) ) if DEBUG; my $did = $page->get_newest( 'description' ); - my @tags = split(/, /, $page->get_newest( 'tag' )); + my @tags = map { [ $_, $debtags{$_} ] } split(/, /, $page->get_newest( 'tag' )); $contents{tags} = \@tags; $section = $page->get_newest( 'section' );