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
a4f6603c
Commit
a4f6603c
authored
Oct 28, 2019
by
Mathias Goebel
🎠
Browse files
set class name “initials”
parent
ffda7db8
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/fontane/transform.xqm
View file @
a4f6603c
...
...
@@ -597,7 +597,7 @@ let $type:= if(($node/local-name() = ("seg", "zone")) and ($node/@type = "cancel
then ()
else "cancelRight"
else () (: must be an existing @next and @prev :)
else ()
else
if($node/@type = "initials") then "initials" else
()
let $noLineThroughInCaseOfDeletionViaMetamark := if(
contains($node/@style, 'text-decoration:line-through') and
...
...
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