Skip to content

Commit

Permalink
*) trying to set document title properly
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@153 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
theli committed May 23, 2005
1 parent 573a8e8 commit 285936d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion source/de/anomic/plasma/parser/rtf/rtfParser.java
Expand Up @@ -95,7 +95,11 @@ public plasmaParserDocument parse(URL location, String mimeType,
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,
Expand Down

0 comments on commit 285936d

Please sign in to comment.