Diff for /MPIWGWeb/MPIWGStaff.py between versions 1.10.2.57 and 1.10.2.58

version 1.10.2.57, 2008/09/05 14:08:24 version 1.10.2.58, 2008/09/07 17:13:32
Line 595  class MPIWGStaff(CatalogAware,ZSQLExtend Line 595  class MPIWGStaff(CatalogAware,ZSQLExtend
                   
                   
         if (person.current_work) and (not person.current_work==""):          if (person.current_work) and (not person.current_work==""):
             ret="<p class=\"bio_section_header\">Current work: </p><br/>"              ret+="<p class=\"bio_section_header\">Current work: </p><br/>"
               
             ret+=person.current_work+"<br/>"              ret+=person.current_work+"<br/>"
               if (person.cv) and (not person.cv==""):
         ret+="<br/>"              ret+="<p class=\"bio_section_header\">Curriculum Vitae: </p><br/>"
         ret+=self.formatAscii(person.cv)          ret+=self.formatAscii(person.cv)
                   
         return ret          return ret

Removed from v.1.10.2.57  
changed lines
  Added in v.1.10.2.58


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