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
f063028a
Commit
f063028a
authored
Nov 19, 2020
by
barth23
Browse files
correction in transform.xqm
parent
6c448bfb
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/architrave/transform.xqm
View file @
f063028a
...
...
@@ -637,13 +637,13 @@ return
case element ( tei:figure) return
element span {
attribute class {"tei-figure"},
local:magic-wrapper($node/node(), $mode)
)
local:magic-wrapper($node/node(), $mode)
}
case element ( tei:figDesc ) return
element span {
attribute class {"tei-figDesc"},
local:magic-wrapper($node/node(), $mode)
)
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