Diff for /ECHO_content/vlp_xmlhelpers.py between versions 1.1 and 1.2

version 1.1, 2004/10/05 07:34:58 version 1.2, 2004/10/05 14:58:56
Line 149  def par2html(self,pars,tags=None): Line 149  def par2html(self,pars,tags=None):
                           
         elif tagName=="pb":          elif tagName=="pb":
             html+="<pb/>"              html+="<pb/>"
           elif tagName=="img":
               html+="XXX"
           
     try:      try:
   

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>