We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73819dc commit 8111b31Copy full SHA for 8111b31
modules/app.xqm
@@ -352,7 +352,7 @@ declare function app:package-group-to-list-item($package-group as element(packag
352
let $download-version-url := concat($repoURL, "public/", $package/@path)
353
return
354
<li>
355
- <a href="{$download-version-url}">{$package/@path/string()}</a>
+ <a href="{$download-version-url}">{ $package/version/string() }</a>
356
</li>,
357
358
(: show links to any other version of the package that is compatible with the requested version of eXist,
0 commit comments