about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--bskyweb/cmd/bskyweb/rss.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bskyweb/cmd/bskyweb/rss.go b/bskyweb/cmd/bskyweb/rss.go
index cf7b24346..4cdc78f8c 100644
--- a/bskyweb/cmd/bskyweb/rss.go
+++ b/bskyweb/cmd/bskyweb/rss.go
@@ -15,7 +15,7 @@ import (
 type ItemGUID struct {
 	XMLName xml.Name `xml:"guid"`
 	Value   string   `xml:",chardata"`
-	IsPerma bool     `xml:"isPermalink,attr"`
+	IsPerma bool     `xml:"isPermaLink,attr"`
 }
 
 // We don't actually populate the title for "posts".