Add missing comma in the version command.
This commit is contained in:
parent
b599ad5e22
commit
536919425b
@ -68,7 +68,7 @@ public class VersionCommand extends MassiveCommand
|
||||
List<String> authorList = pdf.getAuthors();
|
||||
if (authorList != null && authorList.size() > 0)
|
||||
{
|
||||
authors = Txt.implodeCommaAndDot(authorList, "<aqua>%s", "<i> ", " <i>and ", "");
|
||||
authors = Txt.implodeCommaAndDot(authorList, "<aqua>%s", "<i>, ", " <i>and ", "");
|
||||
authors = Txt.parse(authors);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user