--- MPIWGWeb/bibliography.py 2005/11/23 11:08:41 1.7.2.5 +++ MPIWGWeb/bibliography.py 2005/11/23 14:05:10 1.7.2.6 @@ -41,8 +41,8 @@ def formatBiblHelp(self,found,table,id,f elif foundIB.reference_type.lower()=='edited book': if foundIB.author: - ret+=CRListToSemicolon(foundIB.author)+" (Editor/s)." - if foundIB.title and (not foundIB.title)=="": + ret+=CRListToSemicolon(foundIB.author)+" (Editor/s)." + if foundIB.title and (not foundIB.title==""): ret+=""+foundIB.title+"." if foundIB.place_published and (not foundIB.place_published==''): ret+=foundIB.place_published+": " @@ -62,7 +62,8 @@ def formatBiblHelp(self,found,table,id,f if foundIB.publisher and (not foundIB.publisher==''): ret+=foundIB.publisher+", " ret+=getBib(foundIB.year)+"." - + + elif foundIB.reference_type.lower()=='book': ret+=getBib(CRListToSemicolon(foundIB.author))+". "+getBib(foundIB.title)+". " if foundIB.pages and (not foundIB.pages==''):