aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Johnson <[email protected]>2025-12-11 03:54:27 -0500
committerSamuel Johnson <[email protected]>2025-12-11 03:54:27 -0500
commit154e2a5417bca37cd7474f4e16fd8901844e473f (patch)
tree871e1e81a00ee670bb55a9cd4395093416431770
parentd8be5d4de062da335e33a30c5e514efe250c120f (diff)
Unescape HTML in a different way
-rw-r--r--cmd/web/handlers/export.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/web/handlers/export.go b/cmd/web/handlers/export.go
index 96ba68d..d1295a0 100644
--- a/cmd/web/handlers/export.go
+++ b/cmd/web/handlers/export.go
@@ -1,7 +1,6 @@
package handlers
import (
- "bytes"
"database/sql"
"encoding/xml"
"log"