From 546961c7d44afc07790196556aaba1103b0ab4e0 Mon Sep 17 00:00:00 2001 From: idfx Date: Wed, 6 Feb 2002 17:47:44 +0000 Subject: [PATCH] *** empty log message *** --- source/mir/misc/StringUtil.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/mir/misc/StringUtil.java b/source/mir/misc/StringUtil.java index 191c0117..a3c70dac 100755 --- a/source/mir/misc/StringUtil.java +++ b/source/mir/misc/StringUtil.java @@ -930,9 +930,9 @@ public final class StringUtil { RE regex = new RE("((https://)|(http://)|(ftp://))+([a-zA-Z0-9_-]+).([a-zA-Z0-9_.:-]+)/?([^ \t\r\n<>]+[^ \t\r\n.,<>])"); if (title != null) { title = removeHTMLTags(title); - return regex.substituteAll(haystack,"\""+title+"\"/ 
"+title+""); + return regex.substituteAll(haystack,"\""+title+"\"/ 
"+title+""); } else { - return regex.substituteAll(haystack,"\"\"/ "); + return regex.substituteAll(haystack,"\"\"/ "); } } catch(REException ex){ return null; -- 2.11.0