X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/d2ca80f8d1714a6ea6f8184cfa58b67bf0720f2c..d438b00d58e237164a949c7b53972131926afd18:/browser.plp diff --git a/browser.plp b/browser.plp index 9a865d4..258999e 100644 --- a/browser.plp +++ b/browser.plp @@ -192,6 +192,7 @@ sub saytitlecol { for ($row->{categories}) { my $cell = $_ ? lc $_->[0] : '-'; + $cell =~ s/ api$//; # trim unessential fluff in 'js api' printf '%s', join(' + ', @$_), $cell; }