diff options
Diffstat (limited to 'templates/repo')
-rw-r--r-- | templates/repo/diff.tmpl | 2 | ||||
-rw-r--r-- | templates/repo/view_list.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/diff.tmpl b/templates/repo/diff.tmpl index 2726b94d..225175e8 100644 --- a/templates/repo/diff.tmpl +++ b/templates/repo/diff.tmpl @@ -112,7 +112,7 @@ </td> <td class="lines-code"> - <pre>{{ToUtf8 .Content}}</pre> + <pre>{{.Content}}</pre> </td> </tr> {{end}} diff --git a/templates/repo/view_list.tmpl b/templates/repo/view_list.tmpl index 8160c17b..fed91eff 100644 --- a/templates/repo/view_list.tmpl +++ b/templates/repo/view_list.tmpl @@ -1,7 +1,7 @@ <table id="repo-files-table" class="table-border table-block table-radius"> <thead> <tr> - <th colspan="4" class="clear"> + <th colspan="5" class="clear"> <span class="author left"> {{if .LastCommitUser}} <img class="avatar-24 radius" src="{{.LastCommitUser.AvatarLink}}" /> |