Revert author delimiter back to commer

This commit is contained in:
Cj Malone 2016-11-19 17:55:07 +00:00
parent 8c901bb640
commit 7a23e1f13f
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ public class NSAtom extends Namespace {
if (currentName == null) {
state.getFeed().setAuthor(content);
} else {
state.getFeed().setAuthor(currentName + "\n" + content);
state.getFeed().setAuthor(currentName + ", " + content);
}
}
}