Skip to content

Commit 8111b31

Browse files
committed
[ignore] unify display of various versions
… displaying version rather than filename
1 parent 73819dc commit 8111b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/app.xqm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ declare function app:package-group-to-list-item($package-group as element(packag
352352
let $download-version-url := concat($repoURL, "public/", $package/@path)
353353
return
354354
<li>
355-
<a href="{$download-version-url}">{$package/@path/string()}</a>
355+
<a href="{$download-version-url}">{ $package/version/string() }</a>
356356
</li>,
357357

358358
(: show links to any other version of the package that is compatible with the requested version of eXist,

0 commit comments

Comments
 (0)