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
fontane-notizbuecher
SADE
Commits
1ecb1db2
Commit
1ecb1db2
authored
Jul 31, 2019
by
Mathias Goebel
Browse files
remove self::node from preText in case of a retrace, see E3 7r
parent
3ddbf7ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/fontane/transform.xqm
View file @
1ecb1db2
...
...
@@ -1147,7 +1147,7 @@ as element(xhtml:span){
then ()
else 'hoverTop'
},
local:preText($retrace),
let $pre :=
local:preText($retrace)
return if($pre = $retrace//text()) then () else $pre
,
element xhtml:span {
attribute class {'italic'},
...
...
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