seboettg / citeproc-php

Full-featured CSL 1.0.1 processor for PHP
MIT License
75 stars 39 forks source link

Don't show "et-al" text for citation witch don't reach et-al number #63

Closed todoricMDPI closed 5 years ago

todoricMDPI commented 5 years ago

When we have multiple citation and first citation have more authors then "et-al-min" all other next citations will have this text (et al).

Problem here is because "$this->etAl" is not defined on the start (witch is good) and after we define this parameter we never remove previous value and all next citation will we have this parameters.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.004%) to 91.987% when pulling 19b38a333d90c67fd778fc84b6491605670f8b11 on todoricMDPI:master into 733c2eff8547d9294846b8f77689663023801e5a on seboettg:master.