escape html special chars

This commit is contained in:
Robert Willert 2024-12-19 22:10:50 +01:00
parent 92f5b5c8b1
commit 872dc998ef
2 changed files with 26 additions and 16 deletions

View file

@ -2,11 +2,11 @@ package router
import (
"errors"
"html/template"
"io"
"io/fs"
"reflect"
"strings"
"text/template"
"github.com/gorilla/sessions"
"github.com/labstack/echo-contrib/session"