X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/a8258558f99a5342258773efdcbdf0b9a5dbae91..f93736273156f8b382479bf5bda1776d7b803800:/browser.plp diff --git a/browser.plp b/browser.plp index f8b20a9..4a964fd 100644 --- a/browser.plp +++ b/browser.plp @@ -339,7 +339,7 @@ sub saytitlecol { say '

'; } printf 'Resources: %s.', join(', ', map { - sprintf '%s', EscapeHTML($_->{url}), $_->{title} + sprintf '%s', EscapeHTML($_->{url}), EscapeHTML($_->{title}) } @$_) for grep { @$_ } $row->{links} // (); printf '
Parent feature: %s.', join(', ', map { sprintf '%s', EscapeHTML("#$_"), $caniuse->{data}->{$_}->{title}