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
fcbd4244
Commit
fcbd4244
authored
Oct 25, 2019
by
Mathias Goebel
🎠
Browse files
correct mod style with multiple values.
parent
14a06679
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
modules/fontane/transform.xqm
View file @
fcbd4244
...
...
@@ -639,7 +639,7 @@ as element(xhtml:span) {
attribute class {
'mod',
$node/@type,
if($node/@rend) then "mod" || replace($node/@rend, "
:", "_
") else (),
if($node/@rend) then "mod" || replace($node/@rend, "
;", "") => repalce(":", "_") => replace(" ", " mod
") else (),
if(local:modTest($node)) then 'addSesquipedalian' else ()
},
if($node/@style and not($node/@seq)) then $node/@style 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