Add missing comma in the version command.

This commit is contained in:
Olof Larsson 2016-01-27 00:11:58 +01:00
parent b599ad5e22
commit 536919425b

View File

@ -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);
}