From e91b28eb9bd7b8e30a68e51e9c4d0bec4cf66624 Mon Sep 17 00:00:00 2001 From: Alexey Makhov Date: Wed, 4 Feb 2015 22:06:40 +0300 Subject: [PATCH] little fix --- templates/repo/diff.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}}