Skip to content

Commit

Permalink
fix(server/fetch): use html/template so that content is properly esca…
Browse files Browse the repository at this point in the history
…ped when being displayed
  • Loading branch information
lukewhrit committed Aug 7, 2023
1 parent 4bfc46b commit c14837f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/server/fetch.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import (
"database/sql"
"errors"
"fmt"
"html/template"
"net/http"
"text/template"

"github.com/go-chi/chi/v5"
"github.com/orca-group/spirit/internal/database"
Expand Down

0 comments on commit c14837f

Please sign in to comment.