themes: don't expect authors to be dirty
This commit is contained in:
parent
1caa5784dd
commit
384b6cd212
2 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue