gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r931 - GNUnet-docs/WWW/test


From: durner
Subject: [GNUnet-SVN] r931 - GNUnet-docs/WWW/test
Date: Tue, 14 Jun 2005 11:26:11 -0700 (PDT)

Author: durner
Date: 2005-06-14 11:26:08 -0700 (Tue, 14 Jun 2005)
New Revision: 931

Modified:
   GNUnet-docs/WWW/test/protocol_cs_core.php3
   GNUnet-docs/WWW/test/protocol_p2p.php3
Log:
fixes

Modified: GNUnet-docs/WWW/test/protocol_cs_core.php3
===================================================================
--- GNUnet-docs/WWW/test/protocol_cs_core.php3  2005-06-14 18:11:33 UTC (rev 
930)
+++ GNUnet-docs/WWW/test/protocol_cs_core.php3  2005-06-14 18:26:08 UTC (rev 
931)
@@ -33,7 +33,7 @@
 W("The format of the RETURN_VALUE message is:");
 EP();
 
-echo "<table border="0" cellspacing="0" cellpadding="0">\n";
+echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("8","0");
 rowIntEntryNBO("the return value");
@@ -48,7 +48,7 @@
 W("The format of the GET_STATISTICS message is:");
 EP();
 
-echo "<table border="0" cellspacing="0" cellpadding="0">\n";
+echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("4", "1");
 echo "</table>\n";
@@ -61,7 +61,7 @@
   extlink_("doxygen/html/structSTATISTICS__Message.html","format"));
 EP();
 
-echo "<table border="0" cellspacing="0" cellpadding="0">\n";
+echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("variable", "2");
 rowIntEntryNBO("start time (gnuentd start)");
@@ -86,7 +86,7 @@
 W("The format of the TRAFFIC_QUERY message is:");
 EP();
 
-echo "<table border="0" cellspacing="0" cellpadding="0">\n";
+echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("4", "2");
 rowIntEntryNBO("time period (in CU)");
@@ -102,7 +102,7 @@
 W("The format of the TRAFFIC_INFO message is:");
 EP();
 
-echo "<table border="0" cellspacing="0" cellpadding="0">\n";
+echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("4", "3");
 rowIntEntryNBO("number of traffic counters that follow");
@@ -112,7 +112,7 @@
 W("The traffic counters have the following format:");
 EP();
 
-echo "<table border="0" cellspacing="0" cellpadding="0">\n";
+echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
 include("bittable.inc");
 row(shortEntry_("flags (see TC_ constants)", NBO_()),
     shortEntry_("number of messages of this type that were processed", 
NBO_()));
@@ -143,7 +143,7 @@
 W("The format of the GET_OPTION_REQUEST message is:");
 EP();
 
-echo "<table border="0" cellspacing="0" cellpadding="0">\n";
+echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("4", "65");
 rowIntEntry("32 characters giving the section name, 0-terminated");
@@ -159,7 +159,7 @@
 W("The format of the GET_OPTION_REPLY message is:");
 EP();
 
-echo "<table border="0" cellspacing="0" cellpadding="0">\n";
+echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("variable(&gt;4)", "66");
 rowIntEntry("option value (as characters), 0-terminated, size determined");

Modified: GNUnet-docs/WWW/test/protocol_p2p.php3
===================================================================
--- GNUnet-docs/WWW/test/protocol_p2p.php3      2005-06-14 18:11:33 UTC (rev 
930)
+++ GNUnet-docs/WWW/test/protocol_p2p.php3      2005-06-14 18:26:08 UTC (rev 
931)
@@ -26,7 +26,7 @@
    extlink_("doxygen/html/structMessagePart.html","header"));
 EP();
 
-echo "<table border="0" cellspacing="0" cellpadding="0">\n";
+echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
 include("bittable.inc");
 row(shortEntry_("message size", NBO_()),
     shortEntry_("request type", NBO_()));





reply via email to

[Prev in Thread] Current Thread [Next in Thread]