mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-05-12 13:07:50 +00:00
run formatters
This commit is contained in:
parent
df06003584
commit
71f01e6dd0
3 changed files with 7 additions and 6 deletions
|
@ -3,9 +3,9 @@ package html
|
|||
import (
|
||||
_ "embed"
|
||||
"net/http"
|
||||
"text/template" // do not use html/template here, we sanitize the message before passing it to the template
|
||||
"os"
|
||||
"path"
|
||||
"text/template" // do not use html/template here, we sanitize the message before passing it to the template
|
||||
|
||||
"codeberg.org/codeberg/pages/server/context"
|
||||
"github.com/microcosm-cc/bluemonday"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue