From 9588d24fc5f365734cdc8599134432d59c33f0c2 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Thu, 30 Mar 2017 10:38:19 +0200 Subject: [PATCH] font: link original license with nofollow Do not endorse third party urls. --- font.plp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/font.plp b/font.plp index cc07c05..0b58eed 100644 --- a/font.plp +++ b/font.plp @@ -50,7 +50,7 @@ if ($font) { (map { "with $_" } $_ || ()), ('and published as freeware "Core Web font"') x ($_ eq 'Windows 2000'), (map { "under a $_ license" } - map { $fontmeta->{license} ? qq($_) : $_ } + map { $fontmeta->{license} ? qq($_) : $_ } $_ && $_ ne 'Android' ? 'proprietary' : 'free', ), ); -- 2.30.0