*) setting document title properly

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

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

Loading…
Cancel
Save