diff options
author | Eryx <evorui@gmail.com> | 2014-10-20 11:44:11 +0800 |
---|---|---|
committer | Eryx <evorui@gmail.com> | 2014-10-20 11:44:11 +0800 |
commit | 8209bf74f8dfb303ea180bb4e0a48250ace417c3 (patch) | |
tree | c0b52f2d7069299903d30ffa3254faa1ae9379ab | |
parent | d88ebd9a4b0e8102d2f5cd9cb3a95845f2a46522 (diff) | |
download | gitea-8209bf74f8dfb303ea180bb4e0a48250ace417c3.tar.gz gitea-8209bf74f8dfb303ea180bb4e0a48250ace417c3.zip |
Fix #575
-rw-r--r-- | templates/repo/diff.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/repo/diff.tmpl b/templates/repo/diff.tmpl index 199324a163..7c0d1b6bb8 100644 --- a/templates/repo/diff.tmpl +++ b/templates/repo/diff.tmpl @@ -101,7 +101,6 @@ <table> <tbody> {{range .Sections}} - Test: {{ .NumLines}} {{range .Lines}} <tr class="{{DiffLineTypeToStr .Type}}-code nl-1 ol-1"> <td class="lines-num lines-num-old"> |