Author: toad
Date: 2007-04-25 22:22:54 +0000 (Wed, 25 Apr 2007)
New Revision: 12963

Modified:
   trunk/plugins/JSTUN/JSTUN.java
Log:
Make the data more readable

Modified: trunk/plugins/JSTUN/JSTUN.java
===================================================================
--- trunk/plugins/JSTUN/JSTUN.java      2007-04-25 22:12:02 UTC (rev 12962)
+++ trunk/plugins/JSTUN/JSTUN.java      2007-04-25 22:22:54 UTC (rev 12963)
@@ -249,7 +249,7 @@
                        jSTUNReportInfoboxHeader.addChild("#", "JSTUN detection 
report");
 
                        jSTUNReportInfoboxContent.addChild("#", "The plugin has 
reported the following data to the node:");
-                       HTMLNode data = 
jSTUNReportInfoboxContent.addChild("div");
+                       HTMLNode data = 
jSTUNReportInfoboxContent.addChild("pre");
                        data.addChild("#", reportedData.toString());
                }
                return pageNode.generate();

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to