Bugs item #949475, was opened at 2004-05-06 13:18 Message generated for change (Comment added) made by cutting You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=491356&aid=949475&group_id=59548
Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Lyle (lyleab) Assigned to: Nobody/Anonymous (nobody) Summary: Escape single quotes in html Initial Comment: This is probably related to #784469 which I think is fixed? a search for "mom's weekend" returns the correct results, but displays the word "mom" only in the box upon return. Looking at html source, nutch sends <input name=query size=44 value=' mom's weekend '> and the server returns the same thing google returns <value="mom's weekend"> which displays correctly. ---------------------------------------------------------------------- >Comment By: Doug Cutting (cutting) Date: 2004-05-20 12:22 Message: Logged In: YES user_id=21778 I applied a patch from Daniel Naber to fix this. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=491356&aid=949475&group_id=59548 ------------------------------------------------------- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click _______________________________________________ Nutch-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nutch-developers
