--- MPIWGWeb/bibliography.py 2004/07/06 16:54:33 1.1 +++ MPIWGWeb/bibliography.py 2004/07/30 10:33:01 1.3 @@ -44,14 +44,14 @@ def formatBiblHelp(self,found,table,id): ret+=". " if not foundIB.pages=='': ret+=foundIB.pages+". " - if not foundIB.place_published=='': + if foundIB.place_published and (not foundIB.place_published==''): ret+=foundIB.place_published+": " - if not foundIB.publisher=='': + if foundIB.publisher and (not foundIB.publisher==''): ret+=foundIB.publisher+", " ret+=foundIB.year+"." elif foundIB.reference_type.lower()=='book': ret+=foundIB.author_semi_colon+". "+foundIB.title+". " - if not foundIB.pages=='': + if foundIB.pages and (not foundIB.pages==''): ret+=foundIB.pages+". " if not foundIB.place_published=='': ret+=foundIB.place_published+": "