X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=lib%2FPackages%2FDoShow.pm;h=21bd9852d22019c3494eb69d17eba7ba9cece11d;hb=41ab743eae0a7875cf03a8b50a060da06af30b39;hp=d6502ab7c318519d5b397a82324b10cb8d6ddc65;hpb=4a749eda2ed95dbc3180fcdbe5590e2bb2f04198;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' );