Skip to content

Commit

Permalink
don't encode in channel element as well
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4144 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
fuchsi committed Oct 4, 2007
1 parent 9b0948c commit ed20531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htroot/yacysearch.java
Expand Up @@ -411,8 +411,8 @@ public static serverObjects respond(httpHeader header, serverObjects post, serve

// for RSS: don't HTML encode some elements
String q = htmlTools.encodeUnicode2xml(post.get("search", ""));
prop.put("rss_query", q);
prop.put("rss_queryenc", yacyURL.escape(q));
prop.putASIS("rss_query", q);
prop.putASIS("rss_queryenc", yacyURL.escape(q));

// return rewrite properties
return prop;
Expand Down

0 comments on commit ed20531

Please sign in to comment.