fix voor zinnen aan elkaar
This commit is contained in:
@@ -69,7 +69,9 @@ func main() {
|
||||
x(fmt.Fprintf(fp, "##META text tag = %s\n", u.FixSpace(tag)))
|
||||
}
|
||||
x(fp.WriteString(u.AddEnd(u.FixSpace(item.Title))))
|
||||
x(fp.WriteString(u.FixSpace(item.Text)))
|
||||
for _, line := range strings.SplitAfter(item.Text, "\n") {
|
||||
x(fp.WriteString(u.AddEnd(u.FixSpace(line, true))))
|
||||
}
|
||||
x(fp.Close())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user