Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
fontane-notizbuecher
SADE
Commits
137b5763
Commit
137b5763
authored
Jun 07, 2019
by
Mathias Goebel
🎠
Browse files
fix syntax
parent
ee78429e
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
modules/fontane/transform.xqm
View file @
137b5763
...
...
@@ -359,7 +359,7 @@ attribute class {
let $anchor := $n/root()//tei:anchor[@xml:id = $thisMod/substring-after(@spanTo, '#')]
return
if($thisMod << $anchor)
then 'mod-seq-' || $thisMod/@seq
)
then 'mod-seq-' || $thisMod/@seq
else ()
else (),
if ($n/@type="illustration") then 'figure' else(),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment