]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix bustage due to bug 105865: Perl 5.8.x doesn't understand \h. We have to use ...
authorlpsolit%gmail.com <>
Tue, 21 Oct 2008 08:07:53 +0000 (08:07 +0000)
committerlpsolit%gmail.com <>
Tue, 21 Oct 2008 08:07:53 +0000 (08:07 +0000)
Bugzilla/Template.pm

index 3f7205ca7410ccf5939380ab043d38deff33da21..fbddbb395602d8db47a64ffb5d7ff8b8969995a6 100644 (file)
@@ -175,7 +175,7 @@ sub quoteUrls {
 
     # If the comment is already wrapped, we should ignore newlines when
     # looking for matching regexps. Else we should take them into account.
-    my $s = $already_wrapped ? qr/\s/ : qr/\h/;
+    my $s = $already_wrapped ? qr/\s/ : qr/[[:blank:]]/;
 
     # However, note that adding the title (for buglinks) can affect things
     # In particular, attachment matches go before bug titles, so that titles