Skip to content

Commit

Permalink
textes présentation
Browse files Browse the repository at this point in the history
  • Loading branch information
emchateau committed Mar 2, 2023
1 parent 6228a71 commit 5c4e5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/tei.xqm
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ declare function getContent($queryParams as map(*)) as map(*) {
'uuid' : $uuid,
'path' : '/',
'url' : $gdp.globals:root || '/' || $uuid,
'tei' : $article
'tei' : $article/tei:text
}
return map{
'meta' : $meta,
Expand Down

0 comments on commit 5c4e5a9

Please sign in to comment.