diff --git a/pillar/api/node_types/blog.py b/pillar/api/node_types/blog.py index 9cd0d6e3..aa746cd2 100644 --- a/pillar/api/node_types/blog.py +++ b/pillar/api/node_types/blog.py @@ -6,7 +6,7 @@ node_type_blog = { 'template': { 'type': 'string', }, - 'categories' : { + 'categories': { 'type': 'list', 'schema': { 'type': 'string'