Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Friday, April 19, 2024

Diff for libcfg+/Attic/db-html2man between version 1.8 and 1.9

version 1.8, 2002/09/02 16:28:47 version 1.9, 2002/09/03 19:44:24
Line 28  function handle_table(str)
Line 28  function handle_table(str)
                 sub(/<tbody>/, "");                  sub(/<tbody>/, "");
                 sub(/<\/tbody>/, "");                  sub(/<\/tbody>/, "");
   
                 if (sub(/<row>/, "<varlistentry>")) { entries = 0; }                  if (sub(/<row[^>]*>/, "<varlistentry>")) { entries = 0; }
                 if (sub(/<\/row>/, "</varlistentry>")) {                  if (sub(/<\/row>/, "</varlistentry>")) {
                         if (entries > 1)                          if (entries > 1)
                                 print "</listitem>";                                  print "</listitem>";

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top