X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=lib%2FPublicInbox%2FLinkify.pm;h=d176a7cc8eefca89eaa2d549554c7a33a5bd52d7;hb=95bdac7f09c69036efed537a4d03d5bdd2ae4eb6;hp=af9be3ff1632be1d8f7ede077f982c55501a782e;hpb=dc84f78e4b3c7f5c8384fbf5a6b538ac1826a604;p=public-inbox.git diff --git a/lib/PublicInbox/Linkify.pm b/lib/PublicInbox/Linkify.pm index af9be3ff..d176a7cc 100644 --- a/lib/PublicInbox/Linkify.pm +++ b/lib/PublicInbox/Linkify.pm @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2019 all contributors +# Copyright (C) 2014-2020 all contributors # License: AGPL-3.0+ # two-step linkification. @@ -70,7 +70,7 @@ sub linkify_1 { $_[0]->{$key} = $url; $beg . 'PI-LINK-'. $key . $end; - ^ge; + ^geo; $_[1]; } @@ -120,4 +120,6 @@ sub linkify_mids { !ge; } +sub to_html { linkify_2($_[0], ascii_html(linkify_1(@_))) } + 1;