diff options
author | Unknwon <u@gogs.io> | 2016-01-09 10:59:04 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-01-09 10:59:04 +0800 |
commit | cc8c67ff29f85630c6e79cc9ea9e55b68a1a6805 (patch) | |
tree | ecfa2570c51cdf32ab09a222c88e15faa8b10eca /templates/repo/diff_box.tmpl | |
parent | 03427fb0058898716b749fd4bdd1485679d557b1 (diff) | |
download | gitea-cc8c67ff29f85630c6e79cc9ea9e55b68a1a6805.tar.gz gitea-cc8c67ff29f85630c6e79cc9ea9e55b68a1a6805.zip |
fix markdown autolink error
Diffstat (limited to 'templates/repo/diff_box.tmpl')
-rw-r--r-- | templates/repo/diff_box.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/diff_box.tmpl b/templates/repo/diff_box.tmpl index a12f4de4ec..3093210b48 100644 --- a/templates/repo/diff_box.tmpl +++ b/templates/repo/diff_box.tmpl @@ -93,7 +93,7 @@ <tr class="{{DiffLineTypeToStr .Type}}-code nl-{{$k}} ol-{{$k}}"> {{if eq .Type 4}} <td colspan="2" class="lines-num"> - {{if gt $j 0}}<span class="fold octicon octicon-fold"></span>{{end}} + {{/* {{if gt $j 0}}<span class="fold octicon octicon-fold"></span>{{end}} */}} </td> {{else}} <td class="lines-num lines-num-old"> |