Skip to content

Commit

Permalink
correction des numéros de page
Browse files Browse the repository at this point in the history
  • Loading branch information
emchateau committed Jul 13, 2020
1 parent c841365 commit 19d5718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mappings/tei2html.xqm
Expand Up @@ -201,7 +201,7 @@ declare function idno($node as element(tei:idno), $options as map(*)) {

declare function fw($node as element(tei:fw), $options as map(*)) {
if ($node/@type = 'runningHead') then ()
else (<span class="pb" stycolor="red">{ passthru($node, $options) }</span>, text{' '})
else (<span role="pageBreak" data-num="{ passthru($node, $options) }"/>, text{' '})
};

declare function lb($node as element(tei:lb), $options as map(*)) {
Expand Down

0 comments on commit 19d5718

Please sign in to comment.