--- MPIWGWeb/bibliography.py 2005/04/28 10:06:24 1.6 +++ MPIWGWeb/bibliography.py 2005/05/09 10:01:54 1.7 @@ -38,7 +38,7 @@ def formatBiblHelp(self,found,table,id): ret+=foundIB.year+"." elif foundIB.reference_type.lower()=='book section': - ret+=foundIB.author_semi_colon+". ""+foundIB.title+"." In "+foundIB.secondary_title+"" + ret+=getBib(foundIB.author_semi_colon)+". ""+getBib(foundIB.title)+"." In "+getBib(foundIB.secondary_title)+"" if (foundIB.secondary_author_semi_colon) and (not foundIB.secondary_author_semi_colon==''): ret+=", eds.: "+foundIB.secondary_author_semi_colon ret+=". "