💾 Archived View for lists.flounder.online › patches › threads › 20210321155513.1389-1-johann@qwertqw… captured on 2022-04-28 at 19:24:39. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

[PATCH mygit v1 1/3] correct closing div tag

[PATCH mygit v1 1/3] correct closing div tag

From: johann@qwertqwefsday.eu

Date: Sun, 21 Mar 2021 16:55:11 +0100

Message-Id: 20210321155513.1389-1-johann@qwertqwefsday.eu

To: <~aw/patches@lists.sr.ht>

Cc: "Johann150" <johann@qwertqwefsday.eu>

Reply

Export

--------------------------------------

From: Johann150 <johann@qwertqwefsday.eu>

---

templates/repo.html | 2 +-

1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/repo.html b/templates/repo.html

index a41e539..3943543 100644

--- a/templates/repo.html

+++ b/templates/repo.html

@@ -7,6 +7,6 @@

{{ readme_text|safe }}

{% else -%}

<em>(no README)</em>

- </div>

{%- endif %}

+ </div>

{% endblock %}

--

2.20.1