[freenet-cvs] r11437 - trunk/freenet/src/freenet/clients/http

nextgens at freenetproject.org nextgens at freenetproject.org
Sat Dec 16 16:08:09 UTC 2006


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
+		 * &lt;feed
+		 * &lt;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 &lt;! or &lt;? 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;




More information about the cvs mailing list