about summary refs log tree commit diff
path: root/templates/page.html
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-02-22 16:06:22 +0000
committerAlyssa Ross <hi@alyssa.is>2022-03-22 13:54:26 +0000
commit51bd9b0788efab99fec3ba9c068a2be69fb3803e (patch)
tree5175dbfb6c5ec473a84c4176a4e17e62a2b69e33 /templates/page.html
parent65d5c780a8428dd37673ed47ffe119cbde29de5c (diff)
downloadpr-tracker-51bd9b0788efab99fec3ba9c068a2be69fb3803e.tar
pr-tracker-51bd9b0788efab99fec3ba9c068a2be69fb3803e.tar.gz
pr-tracker-51bd9b0788efab99fec3ba9c068a2be69fb3803e.tar.bz2
pr-tracker-51bd9b0788efab99fec3ba9c068a2be69fb3803e.tar.lz
pr-tracker-51bd9b0788efab99fec3ba9c068a2be69fb3803e.tar.xz
pr-tracker-51bd9b0788efab99fec3ba9c068a2be69fb3803e.tar.zst
pr-tracker-51bd9b0788efab99fec3ba9c068a2be69fb3803e.zip
templates/page.html: add missing space
Previously there was no space between the title and the closed
indicator.
Diffstat (limited to 'templates/page.html')
-rw-r--r--templates/page.html2
1 files changed, 1 insertions, 1 deletions
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 -%}
         </li>