From b072d8bc48e35dc814642ae0cee190db42fb56cf Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 14 Feb 2025 13:31:17 +0800 Subject: reop_commit: Fix immediate newlines after

---
 templates/repo_commit.html.tmpl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'templates')

diff --git a/templates/repo_commit.html.tmpl b/templates/repo_commit.html.tmpl
index 658ed57..d07845b 100644
--- a/templates/repo_commit.html.tmpl
+++ b/templates/repo_commit.html.tmpl
@@ -69,11 +69,11 @@
 					
 					
{{ range .Chunks }} - {{ if eq .Type 0 }} + {{ if eq .Operation 0 }}
{{ .Content }}
- {{ else if eq .Type 1 }} + {{ else if eq .Operation 1 }}
{{ .Content }}
- {{ else if eq .Type 2 }} + {{ else if eq .Operation 2 }}
{{ .Content }}
{{ else }}
{{ .Content }}
-- cgit v1.2.3