From 33df2489512cadf4e4cfd46b4f82239d90ae5702 Mon Sep 17 00:00:00 2001 From: Daniel P Date: Sun, 22 Aug 2021 19:59:37 +0600 Subject: [PATCH] Remove whitespace after repo description --- gitsrht/templates/summary.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gitsrht/templates/summary.html b/gitsrht/templates/summary.html index d0f98bf..42bef88 100644 --- a/gitsrht/templates/summary.html +++ b/gitsrht/templates/summary.html @@ -6,9 +6,7 @@ {% block content %} {% if repo.description %}
-
- {{ repo.description }} -
+
{{ repo.description }}
{% endif %}
-- 2.38.4