From: Alexey Makhov Date: Wed, 4 Feb 2015 19:06:40 +0000 (+0300) Subject: little fix X-Git-Tag: v0.9.99~1501^2^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e91b28eb9bd7b8e30a68e51e9c4d0bec4cf66624;p=gitea.git little fix --- diff --git a/templates/repo/diff.tmpl b/templates/repo/diff.tmpl index 13b78a38b9..ce31da6db5 100644 --- a/templates/repo/diff.tmpl +++ b/templates/repo/diff.tmpl @@ -105,10 +105,10 @@ {{range $k, $line := $section.Lines}} - {{if $line.LeftIdx}}{{$line.LeftIdx}}{{end}} + {{if $line.LeftIdx}}{{$line.LeftIdx}}{{end}} - {{if $line.RightIdx}}{{$line.RightIdx}}{{end}} + {{if $line.RightIdx}}{{$line.RightIdx}}{{end}}