--- MPIWGWeb/bibliography.py 2012/12/07 10:12:56 1.7.2.12 +++ MPIWGWeb/bibliography.py 2009/02/18 13:01:17 1.8 @@ -80,12 +80,12 @@ def formatBiblHelp(self,found,table,id,f if foundIB.pages and (not foundIB.pages==''): ret+=foundIB.pages+". " elif foundIB.reference_type.lower()=='magazine article': - ret+=CRListToSemicolon(getBib(foundIB.author))+". ""+getBib(foundIB.title)+"." "+getBib(foundIB.secondary_title)+", " + ret+=CRListToSemicolon(foundIB.author)+". ""+foundIB.title+"." "+foundIB.secondary_title+", " if foundIB.date: - ret+=getBib(foundIB.date)+"." + ret+=foundIB.date+"." if foundIB.year: ret+=foundIB.year+"," - if foundIB.pages and (not getBib(foundIB.pages)==''): + if foundIB.pages and (not foundIB.pages==''): ret+=foundIB.pages+". "