--- MPIWGWeb/bibliography.py 2004/07/06 19:29:31 1.2 +++ MPIWGWeb/bibliography.py 2004/07/30 10:33:01 1.3 @@ -51,7 +51,7 @@ def formatBiblHelp(self,found,table,id): 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+": "