Fix biblio citations
This commit is contained in:
@@ -90,9 +90,9 @@ export class Finding {
|
||||
<span class="is-clickable is-capitalized has-text-link"
|
||||
data-action="click->biblio#open"
|
||||
id="cit-${biblio.id}">
|
||||
${biblio.citation.toLowerCase()},
|
||||
</span> ${biblio.pages};
|
||||
`;
|
||||
${biblio.citation.toLowerCase()}</span>`;
|
||||
|
||||
citations += biblio.pages?.length ? `, ${biblio.pages};` : ';';
|
||||
|
||||
this.biblioElements.push(`
|
||||
<div class="p-2 mt-2" id="ref-${biblio.id}">
|
||||
|
||||
Reference in New Issue
Block a user