From 35e122831a00c4aaf144b18231f3c2c26f3859e5 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 6 Jan 2011 03:12:04 +0000 Subject: [PATCH] merge changes --- pandora/templates/site.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/templates/site.json b/pandora/templates/site.json index 9b13465b..f3586253 100644 --- a/pandora/templates/site.json +++ b/pandora/templates/site.json @@ -83,7 +83,7 @@ {"id": "producer", "title": "Producer", "width": 180, "type": "person"}, {"id": "cinematographer", "title": "Cinematographer", "width": 180, "type": "person"}, {"id": "editor", "title": "Editor", "width": 180, "type": "person"}, - {"id": "actor", "title": "Number of Actors", "width": 60, "type": "person"}, + {"id": "numberofactors", "title": "Number of Actors", "width": 60, "key": "actor", "type": "length"}, {"id": "genre", "title": "Genre", "width": 120, "type": "string"}, {"id": "numberofkeywords", "title": "Number of Keywords", "width": 60, "key": "keyword", "type": "length"}, {"id": "wordsinsummary", "title": "Words in Summary", "width": 60, "key": "summary", "type": "words"},