mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-14 05:56:14 +01:00
Backport #23013
Fix https://github.com/go-gitea/gitea/pull/22906#discussion_r1112106675
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
(cherry picked from commit 8fa62be905
)
This commit is contained in:
parent
b9d5451b8f
commit
2c3a5a89ae
1 changed files with 1 additions and 1 deletions
|
@ -7,8 +7,8 @@ package context
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
"context"
|
"context"
|
||||||
"html/template"
|
|
||||||
"net/http"
|
"net/http"
|
||||||
|
"text/template"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"code.gitea.io/gitea/modules/log"
|
"code.gitea.io/gitea/modules/log"
|
||||||
|
|
Loading…
Reference in a new issue