From 31ab331b233d09568d47ffa25ea5516282d8e71b Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Tue, 28 Mar 2023 00:05:51 +0800 Subject: Remove incorrect HTML self close tag (#23748) HTML is not XML. --- templates/repo/graph/svgcontainer.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/repo/graph') diff --git a/templates/repo/graph/svgcontainer.tmpl b/templates/repo/graph/svgcontainer.tmpl index 6e6046cecc..12c2cb4eb9 100644 --- a/templates/repo/graph/svgcontainer.tmpl +++ b/templates/repo/graph/svgcontainer.tmpl @@ -14,9 +14,9 @@ {{- else if eq $glyph.Glyph '_' -}} M {{Add (Mul $glyph.Column 5) 0}} {{Add (Mul $glyph.Row 12) 12}} h 10 {{/* */ -}} {{- end -}} - {{- end}}" stroke-width="1" fill="none" id="flow-{{$flow.ID}}-path" stroke-linecap="round"/> + {{- end}}" stroke-width="1" fill="none" id="flow-{{$flow.ID}}-path" stroke-linecap="round"> {{range $flow.Commits}} - + {{end}} {{end}} -- cgit v1.2.3