From 637af005876a14b4c64c0b14d39e67738e76d816 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 25 Nov 2017 16:55:46 +0000 Subject: Selection: Content prop, use CSS_CONTENT_SET as condition for generator. --- src/select/select_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/select/select_config.py') diff --git a/src/select/select_config.py b/src/select/select_config.py index 468e8dc..a543542 100644 --- a/src/select/select_config.py +++ b/src/select/select_config.py @@ -164,7 +164,7 @@ uncommon = { ('cursor', 5, 'string_arr', None, 'CSS_CURSOR_AUTO', 'Encode cursor uri(s) as an array of string objects, terminated ' 'with a blank entry'), - ('content', 2, 'content_item', 'CSS_CONTENT_NORMAL', 'CSS_CONTENT_NORMAL', + ('content', 2, 'content_item', 'CSS_CONTENT_SET', 'CSS_CONTENT_NORMAL', 'Encode content as an array of content items, terminated with ' 'a blank entry.', 'set') } -- cgit v1.2.3