Skip to content

Commit

Permalink
Change <centre> to <centreID> in <format> for export (close #249).
Browse files Browse the repository at this point in the history
  • Loading branch information
margaretha committed Jan 5, 2024
1 parent 5d2c46b commit 6cb8582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SIS/clarin/modules/export.xql
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ declare function em:export-table($centre, $domainId, $requestedLevel, $nodes, $f
<format id="{$row/td[1]/@id}">
{
if ($centre eq "") then
<centre>{$row/td[2]/a/text()}</centre>
<centreID>{$row/td[2]/a/text()}</centreID>
else
(),
if (count($domainId) ne 1) then
Expand Down

0 comments on commit 6cb8582

Please sign in to comment.