json uit html -> html.Unescape
This commit is contained in:
@@ -191,7 +191,7 @@ func doArticle(filename string, url string, title string, tags []string, cats []
|
||||
if i2 < i1 {
|
||||
ok = false
|
||||
} else {
|
||||
s = s[i1:i2]
|
||||
s = html.UnescapeString([i1:i2])
|
||||
}
|
||||
}
|
||||
if !ok {
|
||||
|
||||
Reference in New Issue
Block a user