[libhtml-scrubber-perl] 13/30: Fix link to scrubber patch

Florian Schlichting fsfs at moszumanska.debian.org
Sat Nov 11 13:46:19 UTC 2017


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to annotated tag release/0.16
in repository libhtml-scrubber-perl.

commit 266b074ef30ccb097f2472ec350fb602554ce54d
Author: Paul Cochrane <paul at liekut.de>
Date:   Wed Jun 14 12:55:07 2017 +0200

    Fix link to scrubber patch
    
    RT mentions what the correct transaction number should be when one goes
    to the old link, however it's much better if one can just click on the
    correct link.
---
 lib/HTML/Scrubber.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/HTML/Scrubber.pm b/lib/HTML/Scrubber.pm
index 2a7b173..ccd12b0 100644
--- a/lib/HTML/Scrubber.pm
+++ b/lib/HTML/Scrubber.pm
@@ -456,7 +456,7 @@ sub _scrub_str {
         $outstr .= $text if $s->{_process};
     }
     elsif ( $e eq 'text' or $e eq 'default' ) {
-        $text =~ s/</</g;    #https://rt.cpan.org/Ticket/Attachment/8716/10332/scrubber.patch
+        $text =~ s/</</g;    #https://rt.cpan.org/Public/Ticket/Attachment/83958/10332/scrubber.patch
         $text =~ s/>/>/g;
 
         $outstr .= $text;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhtml-scrubber-perl.git



More information about the Pkg-perl-cvs-commits mailing list