summaryrefslogtreecommitdiff
path: root/src/select/select_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/select_config.py')
-rw-r--r--src/select/select_config.py2
1 files changed, 1 insertions, 1 deletions
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')
}