X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/0466f0c92a59e94455c8d149c3c84c39b315e2c6..09716a4fe69eb9e6a6197196d6f290db9be1a6d2:/browser.plp diff --git a/browser.plp b/browser.plp index fbbddde..6c06a2e 100644 --- a/browser.plp +++ b/browser.plp @@ -88,8 +88,9 @@ given ($get{usage} // 'wm') { break; }; $usage = $_; - my $ref = $canihas->{-source} || 'unknown'; - $ref = sprintf '%s', $_, $ref for $canihas->{-url} || (); + my $ref = $canihas->{-title} || 'unknown'; + $ref = sprintf '%s', $_, $ref + for $canihas->{-site} || $canihas->{-source} || (); $ref .= " $_" for $canihas->{-date} || (); print "\nwith $ref browser usage statistics"; }