Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ARCHITRAVE
SADE
Commits
adb879e4
Commit
adb879e4
authored
Oct 12, 2020
by
sendler
🐢
Browse files
add missing calls to wrapper function
parent
ccb5d6e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/architrave/transform.xqm
View file @
adb879e4
...
...
@@ -637,13 +637,13 @@ return
case element ( tei:figure) return
element span {
attribute class {"tei-figure"},
local:magic($node/node())
local:magic
-wrapper
($node/node()
, $mode)
)
}
case element ( tei:figDesc ) return
element span {
attribute class {"tei-figDesc"},
local:magic($node/node())
local:magic
-wrapper
($node/node()
, $mode)
)
}
case element ( tei:cb ) return
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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