Fix showing versions in the comparison

Previously, some extra data from the query would be added on to the
end of the version. This change prevents that from happening.
This commit is contained in:
Christopher Baines 2019-02-25 21:42:07 +00:00
parent b8543859c9
commit fd0bf340a7
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -159,7 +159,7 @@
(tbody
,@(map
(match-lambda
((name . version)
((name version rest ...)
`(tr
(td ,name)
(td ,version))))
@ -176,7 +176,7 @@
(tbody
,@(map
(match-lambda
((name . version)
((name version rest ...)
`(tr
(td ,name)
(td ,version))))