summaryrefslogtreecommitdiff
path: root/goencxml.go
diff options
context:
space:
mode:
Diffstat (limited to 'goencxml.go')
-rw-r--r--goencxml.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/goencxml.go b/goencxml.go
index cedbb9c..b4fb7cf 100644
--- a/goencxml.go
+++ b/goencxml.go
@@ -8,7 +8,7 @@ import (
)
type article struct {
- Title string `xml:"article>front>article-meta>title-group>article-title"`
+ Title string `xml:"front>article-meta>title-group>article-title"`
}
func process(r *bufio.Reader) {