Change authors delimiter to newline
This commit is contained in:
parent
cfef273eba
commit
0760feac81
|
@ -220,8 +220,8 @@ public class NSAtom extends Namespace {
|
||||||
if (currentName == null) {
|
if (currentName == null) {
|
||||||
state.getFeed().setAuthor(content);
|
state.getFeed().setAuthor(content);
|
||||||
} else {
|
} else {
|
||||||
state.getFeed().setAuthor(currentName + ", " + content);
|
}
|
||||||
}
|
state.getFeed().setAuthor(currentName + "\n" + content);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue