From 6778146681fc561e109afc4a231499b341abee27 Mon Sep 17 00:00:00 2001 From: John Topley Date: Tue, 4 Apr 2023 14:31:57 +0100 Subject: [PATCH] Added missing space --- webapp/app.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/app.rb b/webapp/app.rb index cab173d..d96bfcc 100644 --- a/webapp/app.rb +++ b/webapp/app.rb @@ -56,7 +56,7 @@ def repository_links(total, public, private, archived, template) html << '' if total.positive? if total.positive? - html << '(' + html << ' (' html << '' if public.positive? html << "#{n(public)} public" html << '' if public.positive?