]> Sergey Matveev's repositories - linksexp.git/commitdiff
Typo
authorSergey Matveev <stargrave@stargrave.org>
Fri, 17 Feb 2023 19:04:53 +0000 (22:04 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 17 Feb 2023 19:04:53 +0000 (22:04 +0300)
opml.go

diff --git a/opml.go b/opml.go
index b2ac526ab5a899f96aacba796fccfb730cf01e7d..7eea9e426345e28ad2d1f7ef94cec7ae28f01c3b 100644 (file)
--- a/opml.go
+++ b/opml.go
@@ -32,7 +32,7 @@ type Outline struct {
 }
 
 type OPML struct {
-       XMLName  xml.Name  `xml:"xbel"`
+       XMLName  xml.Name  `xml:"opml"`
        Version  string    `xml:"version,attr"`
        Head     string    `xml:"head"`
        Outlines []Outline `xml:"body>outline"`