File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -346,12 +346,12 @@ declare %private function img:tripota-images($model as map(*), $lang as xs:strin
346346 let $pics := $page//xhtml:td
347347 return
348348 for $div in $pics[not (xhtml:a/xhtml:img/@src='portraits/dummy.jpg' )]
349- let $picURI := concat ('http ://www.tripota.uni-trier.de/' , $div//xhtml:img[starts-with (@src, 'portraits' )]/data (@src))
349+ let $picURI := concat ('https ://www.tripota.uni-trier.de/' , $div//xhtml:img[starts-with (@src, 'portraits' )]/data (@src))
350350 return
351351 if ($picURI castable as xs:anyURI) then
352352 map {
353353 'caption' : normalize-space (string-join ($div/xhtml:br[2 ]/following-sibling::node (), ' ' )) || ' (Quelle: Trierer Porträtdatenbank)' ,
354- 'linkTarget' : 'http ://www.tripota.uni-trier.de/' || $div/xhtml:a[1 ]/data (@href),
354+ 'linkTarget' : 'https ://www.tripota.uni-trier.de/' || $div/xhtml:a[1 ]/data (@href),
355355 'source' : 'Trierer Porträtdatenbank' ,
356356 'url' : function ($size) {
357357 $picURI
You can’t perform that action at this time.
0 commit comments