From 9169443a83ba2f4066d7c01f9ccb11c4ed3fcaa5 Mon Sep 17 00:00:00 2001 From: zhoupzh Date: Mon, 18 Oct 2021 16:43:47 +0800 Subject: [PATCH] fix issue --- templates/explore/repo_list.tmpl | 2 +- templates/org/repo_list.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/explore/repo_list.tmpl b/templates/explore/repo_list.tmpl index b05b0e469..f27990701 100755 --- a/templates/explore/repo_list.tmpl +++ b/templates/explore/repo_list.tmpl @@ -143,7 +143,7 @@ {{if .Topics }}
{{range .Topics}} - {{if ne . "" }}
{{.}}
{{end}} + {{if ne . "" }}
{{.}}
{{end}} {{end}}
{{end}} diff --git a/templates/org/repo_list.tmpl b/templates/org/repo_list.tmpl index 2e047d209..eab03c591 100644 --- a/templates/org/repo_list.tmpl +++ b/templates/org/repo_list.tmpl @@ -58,7 +58,7 @@ {{if .Topics }}
{{range .Topics}} - {{if ne . "" }}
{{.}}
{{end}} + {{if ne . "" }}
{{.}}
{{end}} {{end}}
{{end}}