aboutsummaryrefslogtreecommitdiff
path: root/templates/repo/diff/section_unified.tmpl
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-02-23 13:24:59 -0500
committerUnknwon <u@gogs.io>2017-02-23 13:24:59 -0500
commit48cf9edcf5652217e986445d83f9f29624e4f377 (patch)
treefa99f4d35a8e16811fd2f1c5756c82cfc535fc16 /templates/repo/diff/section_unified.tmpl
parent0c8c1ee96ffb5479cd42c3e458a5bd59244bbd88 (diff)
templates/repo/diff: fix tag-code doesn't display in split view
Diffstat (limited to 'templates/repo/diff/section_unified.tmpl')
-rw-r--r--templates/repo/diff/section_unified.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/diff/section_unified.tmpl b/templates/repo/diff/section_unified.tmpl
index f5ea81f1..619f97cf 100644
--- a/templates/repo/diff/section_unified.tmpl
+++ b/templates/repo/diff/section_unified.tmpl
@@ -19,7 +19,7 @@
{{end}}
</td>
{{end}}
- <td class="lines-code" rel="">
+ <td class="lines-code">
<pre><code class="{{if $highlightClass}}language-{{$highlightClass}}{{else}}nohighlight{{end}}">{{$section.GetComputedInlineDiffFor $line}}</code></pre>
</td>
</tr>