diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2023-08-21 17:50:43 +0200 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2023-08-23 18:29:57 +0200 |
| commit | baea04747697ad5039139ef44bca7b3965147696 (patch) | |
| tree | 6da0d87642c19120d913b66b1734d3de6fbb385d /html/software | |
| parent | 5752f0a1017f33c78428a915d3bcf2ccd80f3e79 (diff) | |
update info api
Diffstat (limited to 'html/software')
| -rw-r--r-- | html/software/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/html/software/default.nix b/html/software/default.nix index d0ed803..49f4627 100644 --- a/html/software/default.nix +++ b/html/software/default.nix @@ -20,8 +20,7 @@ in { body = with html; dl (for (sort.byPath [ "title" ] software) (softwarePiece: let formatted = format softwarePiece; - in with formatted; - lines [ + in with formatted; [ (dt { id = "Software#${id}"; } (href { target = "_blank"; } url title)) (dd abstract) ])); |
