Loading plugins/index/index.xqm +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ declare function max.plugin.index:loadIndex($edition,$type,$xq,$xsl,$lang) { let $HTMLProjectIndex := if($type='typesdocs') then xslt:transform($projectIndex, 'indexing.xsl', ()) else xslt:transform($projectIndex, $xsl, ( map {'locale' : $lang})) else xslt:transform($projectIndex, $xsl, ( map {'project' : $edition, 'locale' : $lang})) return $HTMLProjectIndex }; Loading
plugins/index/index.xqm +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ declare function max.plugin.index:loadIndex($edition,$type,$xq,$xsl,$lang) { let $HTMLProjectIndex := if($type='typesdocs') then xslt:transform($projectIndex, 'indexing.xsl', ()) else xslt:transform($projectIndex, $xsl, ( map {'locale' : $lang})) else xslt:transform($projectIndex, $xsl, ( map {'project' : $edition, 'locale' : $lang})) return $HTMLProjectIndex };