diff options
Diffstat (limited to 'templates/index.tmpl')
-rw-r--r-- | templates/index.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.tmpl b/templates/index.tmpl index 58aadc1..8d787c9 100644 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -26,7 +26,7 @@ {{- range .groups }} <tr> <td> - <a href="{{ .Name }}/">{{ .Name }}</a> + <a href="{{ .Name | path_escape }}/">{{ .Name }}</a> </td> <td> {{ .Description }} |