From: Alexey Makhov Date: Thu, 19 Feb 2015 07:19:10 +0000 (+0300) Subject: fix typo mistake X-Git-Tag: v0.9.99~1453^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d2f439a2410259dcce96889a02c7a6bbf64d385e;p=gitea.git fix typo mistake --- diff --git a/templates/repo/diff.tmpl b/templates/repo/diff.tmpl index 7da932a4f8..f261da55a0 100644 --- a/templates/repo/diff.tmpl +++ b/templates/repo/diff.tmpl @@ -109,7 +109,7 @@ {{range $k, $line := .Lines}} - {{if $line.LeftIdx}}{{$line.LeftIdx}}{{end}} + {{if $line.LeftIdx}}{{$line.LeftIdx}}{{end}} {{if $line.RightIdx}}{{$line.RightIdx}}{{end}}