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 | |
parent | 03427fb0058898716b749fd4bdd1485679d557b1 (diff) | |
download | gitea-cc8c67ff29f85630c6e79cc9ea9e55b68a1a6805.tar.gz gitea-cc8c67ff29f85630c6e79cc9ea9e55b68a1a6805.zip |
fix markdown autolink error
Diffstat (limited to 'templates')
-rw-r--r-- | templates/.VERSION | 2 | ||||
-rw-r--r-- | templates/repo/diff_box.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/.VERSION b/templates/.VERSION index 383711930f..35fe4c73bf 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.8.17.0108
\ No newline at end of file +0.8.17.0109
\ No newline at end of file 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"> |