From 8f82459de53bd3ba1be5d0f9442c5e163fd02c54 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Wed, 20 Aug 2025 21:05:56 -0700 Subject: [PATCH] Remove duplicated id --- templates/repo/view_file.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/view_file.tmpl b/templates/repo/view_file.tmpl index b49818c6b7c63..dbcfa79aa83b1 100644 --- a/templates/repo/view_file.tmpl +++ b/templates/repo/view_file.tmpl @@ -119,7 +119,7 @@ {{range $idx, $code := .FileContent}} {{$line := Eval $idx "+" 1}} - + {{if $.EscapeStatus.Escaped}} {{if (index $.LineEscapeStatus $idx).Escaped}}{{end}} {{end}}