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. --- NEWS | 1 + templates/page.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 578a052..cb57b81 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,7 @@ SPDX-License-Identifier: CC0-1.0 SPDX-FileCopyrightText: 2021-2022 Alyssa Ross • Add links to Hydra +• Add missing space before "(closed)" in PR title • Update dependencies pr-tracker 1.1.0 (2021-06-06) 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