From 75b77bddf3a321906365e973dc7e7acc0c908d44 Mon Sep 17 00:00:00 2001 From: Samuel Johnson Date: Thu, 11 Dec 2025 03:35:17 -0500 Subject: Remove misplaced < --- cmd/web/handlers/export.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd/web') diff --git a/cmd/web/handlers/export.go b/cmd/web/handlers/export.go index ecb867b..bae5687 100644 --- a/cmd/web/handlers/export.go +++ b/cmd/web/handlers/export.go @@ -90,9 +90,9 @@ func (ctx *rssExportContext) feed(w http.ResponseWriter, r *http.Request) { Title: title, Link: "https://" + ctx.serv + "/post?id=" + strconv.Itoa(p.Id), Guid: "https://" + ctx.serv + "/post?id=" + strconv.Itoa(p.Id), - Description: "", + Description: "", PubDate: p.FormattedTime, - Content: "", + Content: "", }) } -- cgit v1.2.3