gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1407 - GNUnet-docs/WWW


From: grothoff
Subject: [GNUnet-SVN] r1407 - GNUnet-docs/WWW
Date: Tue, 12 Jul 2005 04:16:26 -0700 (PDT)

Author: grothoff
Date: 2005-07-12 04:16:23 -0700 (Tue, 12 Jul 2005)
New Revision: 1407

Modified:
   GNUnet-docs/WWW/protocol_p2p_rpc.php3
Log:
escape

Modified: GNUnet-docs/WWW/protocol_p2p_rpc.php3
===================================================================
--- GNUnet-docs/WWW/protocol_p2p_rpc.php3       2005-07-12 11:11:57 UTC (rev 
1406)
+++ GNUnet-docs/WWW/protocol_p2p_rpc.php3       2005-07-12 11:16:23 UTC (rev 
1407)
@@ -82,7 +82,7 @@
 
 W("The format of the RES message is:");
 EP();
-echo "<table class="border" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("size","43");
 rowIntEntryNBO("timestamp (unsigned)");
@@ -108,7 +108,7 @@
 W("An %s is purely a notification that a RES was received.",
   extlink_("doxygen/html/structRPC__ACK__Message.html","ACK message"));
 W("The format of an ACK is the following:");
-echo "<table class="border" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("8","44");
 rowIntEntryNBO("sequence number (unsigned)");





reply via email to

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