Diff for /MPIWGWeb/bibliography.py between versions 1.7.2.12 and 1.8

version 1.7.2.12, 2012/12/07 10:12:56 version 1.8, 2009/02/18 13:01:17
Line 80  def formatBiblHelp(self,found,table,id,f Line 80  def formatBiblHelp(self,found,table,id,f
         if foundIB.pages and (not foundIB.pages==''):          if foundIB.pages and (not foundIB.pages==''):
             ret+=foundIB.pages+". "              ret+=foundIB.pages+". "
     elif foundIB.reference_type.lower()=='magazine article':      elif foundIB.reference_type.lower()=='magazine article':
         ret+=CRListToSemicolon(getBib(foundIB.author))+". &quot;"+getBib(foundIB.title)+".&quot; <i>"+getBib(foundIB.secondary_title)+"</i>, "          ret+=CRListToSemicolon(foundIB.author)+". &quot;"+foundIB.title+".&quot; <i>"+foundIB.secondary_title+"</i>, "
     if foundIB.date:      if foundIB.date:
             ret+=getBib(foundIB.date)+"."              ret+=foundIB.date+"."
     if foundIB.year:      if foundIB.year:
         ret+=foundIB.year+","          ret+=foundIB.year+","
         if foundIB.pages and (not getBib(foundIB.pages)==''):          if foundIB.pages and (not foundIB.pages==''):
             ret+=foundIB.pages+". "              ret+=foundIB.pages+". "
   
   

Removed from v.1.7.2.12  
changed lines
  Added in v.1.8


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