From: Sergey Matveev <stargrave@stargrave.org>
Date: Fri, 17 Feb 2023 19:04:53 +0000 (+0300)
Subject: Typo
X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=2e6570cfdd5d5c03315a6c657a4d7ee2069d5bf3;p=linksexp.git

Typo
---

diff --git a/opml.go b/opml.go
index b2ac526..7eea9e4 100644
--- 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"`