Fix the repository page

The repository id is expected to be a number.
This commit is contained in:
Christopher Baines 2019-09-14 09:05:47 +01:00
parent ce5f9bb3e6
commit 6a9f11fb94
1 changed files with 1 additions and 1 deletions

View File

@ -835,7 +835,7 @@
(render-html
#:sxml
(view-git-repository
id
(string->number id)
label url cgit-url-base
(all-branches-with-most-recent-commit conn
(string->number id)))))