themes: don't expect authors to be dirty

This commit is contained in:
nemunaire 2016-11-19 17:07:38 +01:00
commit 384b6cd212
2 changed files with 2 additions and 2 deletions

View file

@ -104,7 +104,7 @@ func ExportThemes() (interface{}, error) {
}
ret[fmt.Sprintf("%d", theme.Id)] = exportedTheme{
theme.Name,
theme.Authors[:len(theme.Authors)-1],
theme.Authors,
exos,
}
}