From 51bd9b0788efab99fec3ba9c068a2be69fb3803e Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 22 Feb 2022 16:06:22 +0000 Subject: templates/page.html: add missing space Previously there was no space between the title and the closed indicator. --- templates/page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/page.html') diff --git a/templates/page.html b/templates/page.html index 404977b..36e3897 100644 --- a/templates/page.html +++ b/templates/page.html @@ -190,7 +190,7 @@ ("{{ pr_title }}") {%- else -%} {%- endmatch -%} - {% if closed -%} + {% if closed %} (closed) {%- endif -%} -- cgit 1.4.1