Skip to content

Commit

Permalink
Inédits tap
Browse files Browse the repository at this point in the history
  • Loading branch information
glorieux-f committed Dec 12, 2024
1 parent 53a6cf1 commit e498d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zotero/zotero_tei.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public static function cli()
$xml = file_get_contents($tei_file);
Xt::loadXml($xml, $dom);

if ($type == 'ddr_articles') {
if ($type == 'ddr_articles' || str_starts_with($id, 'ddr-')) {
$xml = Xt::transformToXml(
__DIR__ . "/zotero_articles.xsl",
$dom,
Expand Down

0 comments on commit e498d6a

Please sign in to comment.