gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1614 - doodle-docs/WWW


From: durner
Subject: [GNUnet-SVN] r1614 - doodle-docs/WWW
Date: Fri, 5 Aug 2005 13:34:58 -0700 (PDT)

Author: durner
Date: 2005-08-05 13:34:55 -0700 (Fri, 05 Aug 2005)
New Revision: 1614

Modified:
   doodle-docs/WWW/i18nhtml.inc.php
Log:
New i18nhtml

Modified: doodle-docs/WWW/i18nhtml.inc.php
===================================================================
--- doodle-docs/WWW/i18nhtml.inc.php    2005-08-05 20:33:38 UTC (rev 1613)
+++ doodle-docs/WWW/i18nhtml.inc.php    2005-08-05 20:34:55 UTC (rev 1614)
@@ -852,6 +852,12 @@
 function EP() {
   echo "</p>\n";
 }
+function BOL($attr="") {
+  echo "<ol $attr>\n";
+}
+function EOL() {
+  echo "</ol>\n";
+}
 function P($attr="") {
   EP();
   BP($attr);





reply via email to

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