fixed same extentions space on root level

This commit is contained in:
Duke 2014-01-18 14:07:37 -02:00
parent c06dd6d193
commit 7daa266b18
3 changed files with 5 additions and 4 deletions

View file

@ -24,7 +24,7 @@ type Item struct {
Contributors []string
Content *Content
Extensions map[string]*Extension
Extensions map[string][]*Extension
}
func (i *Item) Key() string {