Skip to content

Commit

Permalink
Render access log template as text instead of HTML (go-gitea#23013)
Browse files Browse the repository at this point in the history
  • Loading branch information
lunny authored and yardenshoham committed Feb 21, 2023
1 parent 660a83b commit 0de6167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/context/access_log.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ package context
import (
"bytes"
"context"
"html/template"
"net/http"
"text/template"
"time"

"code.gitea.io/gitea/modules/log"
Expand Down

0 comments on commit 0de6167

Please sign in to comment.