]> Sergey Matveev's repositories - linksexp.git/blobdiff - opml.go
Typo
[linksexp.git] / opml.go
diff --git a/opml.go b/opml.go
index 35b1f84c452610fc6c03668bbd5089de819c1f25..7eea9e426345e28ad2d1f7ef94cec7ae28f01c3b 100644 (file)
--- a/opml.go
+++ b/opml.go
@@ -1,6 +1,6 @@
 /*
 linksexp -- Texinfo/XBEL/OPML/urls autogeneration from recfile bookmark
-Copyright (C) 2021-2022 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2021-2023 Sergey Matveev <stargrave@stargrave.org>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -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"`