run formatters

This commit is contained in:
crapStone 2024-11-17 16:43:06 +01:00
parent df06003584
commit 71f01e6dd0
No known key found for this signature in database
GPG key ID: 22D4BF0CF7CC29C8
3 changed files with 7 additions and 6 deletions

View file

@ -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"