branch: main commit e53d596ca2fc79e2d669776cc78bfd8c07167a5f Author: Romain GARBAGE <romain.garb...@inria.fr> AuthorDate: Thu Oct 3 09:52:04 2024 +0200
templates: Encode specification name when generating URL. * src/cuirass/templates.scm (specifications-table): Encode specification name when generating URL. Signed-off-by: Ludovic Courtès <l...@gnu.org> --- src/cuirass/templates.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cuirass/templates.scm b/src/cuirass/templates.scm index 170b430..4390eca 100644 --- a/src/cuirass/templates.scm +++ b/src/cuirass/templates.scm @@ -378,7 +378,7 @@ system whose names start with " (code "guile-") ":" (br) (td (@ (class "column-name")) (a (@ (href "/jobset/" - ,(symbol->string (specification-name spec)))) + ,(uri-encode (symbol->string (specification-name spec))))) ,(symbol->string (specification-name spec)))) (td (@ (class "column-build"))