Author: nextgens
Date: 2006-12-16 15:08:11 +0000 (Sat, 16 Dec 2006)
New Revision: 11437
Modified:
trunk/freenet/src/freenet/clients/http/FProxyToadlet.java
Log:
HTMLEncode some comments in javadoc
Modified: trunk/freenet/src/freenet/clients/http/FProxyToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/FProxyToadlet.java 2006-12-16
15:00:59 UTC (rev 11436)
+++ trunk/freenet/src/freenet/clients/http/FProxyToadlet.java 2006-12-16
15:08:11 UTC (rev 11437)
@@ -218,10 +218,10 @@
/**
* Look for any of the following strings:
* <rss
- * <feed
- * <rdf:RDF
+ * <feed
+ * <rdf:RDF
*
- * If they start at the beginning of the file, or are preceded
by one or more <! or <? tags,
+ * If they start at the beginning of the file, or are preceded
by one or more <! or <? tags,
* then firefox will read it as RSS. In which case we must
force it to be downloaded to disk.
*/
if(checkForString(buf, "<rss")) return true;