Skip to content

Commit

Permalink
Fix to set-style.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainhalle committed Mar 23, 2021
1 parent cab2374 commit c46c80e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion set-style.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@
$matches = array();
if (preg_match("/^(.*?)\\(([\\d, ]+?)\\)(.*?)$/", $line, $matches))
{
echo "LINE: $line\n";
$author_data = array("aff" => trim($matches[2]), "orcid" => "", "email" => "");
$optional_part = trim($matches[3]);
if ($optional_part !== "")
Expand Down

0 comments on commit c46c80e

Please sign in to comment.