gnunet-svn
[Top][All Lists]
Advanced

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

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


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

Author: durner
Date: 2005-06-14 11:36:16 -0700 (Tue, 14 Jun 2005)
New Revision: 933

Modified:
   GNUnet-docs/WWW/test/html_footer.php3
Log:
Reformat footer

Modified: GNUnet-docs/WWW/test/html_footer.php3
===================================================================
--- GNUnet-docs/WWW/test/html_footer.php3       2005-06-14 18:33:31 UTC (rev 
932)
+++ GNUnet-docs/WWW/test/html_footer.php3       2005-06-14 18:36:16 UTC (rev 
933)
@@ -14,15 +14,16 @@
   generateFooter();
   if ($haveNBO) {
     HR();
-    P();
     H2("Footnotes");
     ANCHOR("NBO");H3("NBO - network byte order");
+               BP();
     W("Fields of this type are in network byte order.");
     W("Before reading these fields, they must be converted to host byte" .
       " order using <tt>htons</tt> for 2-byte values, <tt>htonl</tt> for 
4-byte values" .
       " and <tt>htonll</tt> for 8-byte values.");
     W("Before writing to these fields, the value must be converted using" . 
       " <tt>ntohs</tt>, <tt>ntohl</tt> and <tt>ntohll</tt> respectively.");   
+               EP();
   }
   echo "</body></html>\n";
  }





reply via email to

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