Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2016-12-19 20:11:17 -08:00
parent 4a8d8107ef
commit 0a5af85b8e
No known key found for this signature in database
GPG key ID: 18F3685C0022BFF3

View file

@ -246,7 +246,7 @@ func createStaticIndex(r *registry.Registry, staticDir string) error {
} }
repos = append(repos, repository{ repos = append(repos, repository{
Name: repo, Name: repo,
Tags: strings.Join(tags, "<br/>"), Tags: strings.Join(tags, " | "),
RegistryURL: r.Domain, RegistryURL: r.Domain,
}) })
} }