@@ -45,7 +45,7 @@ |
||
45 | 45 | */ |
46 | 46 | public static function factory(SimpleXMLElement $node): EtAl |
47 | 47 | { |
48 | - $term = (string)$node->attributes()['term']; |
|
48 | + $term = (string) $node->attributes()['term']; |
|
49 | 49 | // The term attribute may be set to either “et-al” (the default) or to “and others” to use either term. |
50 | 50 | $term = empty($term) ? "et-al" : $term; |
51 | 51 | $locale = CiteProc::getContext()->getLocale(); |