Skip to content

Commit

Permalink
Merge pull request #169 from rbran100/168-et-al
Browse files Browse the repository at this point in the history
Add correct default ET-Al
  • Loading branch information
seboettg authored Dec 7, 2023
2 parents 52d5910 + f34dde1 commit e1de87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rendering/Name/EtAl.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class EtAl implements Rendering
{
use FormattingTrait;

private $term;
private $term = 'et-al';

public function __construct(SimpleXMLElement $node)
{
Expand Down

0 comments on commit e1de87a

Please sign in to comment.