]> Sergey Matveev's repositories - linksexp.git/blobdiff - opml.go
Typo
[linksexp.git] / 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"`