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
146087b2
Commit
146087b2
authored
Aug 05, 2019
by
mrodzis
💪
Browse files
Improve logging
parent
34864110
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/fontane/edited-text/tei2teisimple.xqm
View file @
146087b2
...
...
@@ -678,7 +678,7 @@ $log as xs:string) as node()* {
else
"inline"
let $img-url := try {tbleapi:get-url($uri, $node/@xml:id, "png") }
catch * { fontaneSimple:add-log-entry($log, "No TBLE-file found for " ||
$node/@xml:id
) }
catch * { fontaneSimple:add-log-entry($log, "No TBLE-file found for " ||
serialize($node)
) }
let $img-url :=
if($display = "inline") then
replace($img-url, ",1000", ",500")
...
...
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