We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c9a036 commit 34c6e6fCopy full SHA for 34c6e6f
routers/web/repo/editor.go
@@ -420,7 +420,7 @@ func DiffPreviewPost(ctx *context.Context) {
420
}
421
422
if diff.NumFiles == 0 {
423
- ctx.PlainText(http.StatusOK, `<div class="tw-p-6">` + ctx.Locale.TrString("repo.editor.no_changes_to_show") + `</div>`)
+ ctx.PlainText(http.StatusOK, `<div class="tw-p-6">`+ctx.Locale.TrString("repo.editor.no_changes_to_show")+`</div>`)
424
return
425
426
ctx.Data["File"] = diff.Files[0]
0 commit comments