Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3300 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
allo committed Jan 30, 2007
1 parent 991182b commit ec52c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htroot/Messages_p.java
Expand Up @@ -171,7 +171,7 @@ public static serverObjects respond(httpHeader header, serverObjects post, serve
} catch (UnsupportedEncodingException e) {
// can not happen, because UTF-8 must be supported by every JVM
}
prop.put("mode_message", wikiTransformer.transform(theMessage));
prop.putWiki("mode_message", theMessage);
prop.put("mode_hash", message.authorHash());
prop.put("mode_key", key);
}
Expand Down

0 comments on commit ec52c98

Please sign in to comment.