*) trying to set document title properly

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@153 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
theli 20 years ago
parent 573a8e8047
commit 285936d778

@ -95,7 +95,11 @@ implements Parser {
location,
mimeType,
null,
null,
((bodyText.length() > 80)? bodyText.substring(0, 80):bodyText.trim()).
replaceAll("\r\n"," ").
replaceAll("\n"," ").
replaceAll("\r"," ").
replaceAll("\t"," "),
null,
null,
null,

Loading…
Cancel
Save