Skip to content

Commit b9cb143

Browse files
committed
Fix checks
1 parent abd25ce commit b9cb143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/issue/view_content/comments.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
{{template "shared/user/avatarlink" dict "user" .Poster}}
232232
<span class="text grey muted-links">
233233
{{template "shared/user/authorlink" .Poster}}
234-
{{ $oldRef := HTMLFormat `<span class="tw-line-through">%s</span>` .OldRef }}
234+
{{$oldRef := HTMLFormat `<span class="tw-line-through">%s</span>` .OldRef}}
235235
{{ctx.Locale.Tr "repo.issues.delete_branch_at" $oldRef $createdStr}}
236236
</span>
237237
</div>

0 commit comments

Comments
 (0)