summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/select/properties.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/select/properties.c b/src/select/properties.c
index cabac2b..2d950be 100644
--- a/src/select/properties.c
+++ b/src/select/properties.c
@@ -1934,7 +1934,7 @@ css_error cascade_display(uint32_t opv, css_style *style,
value = CSS_DISPLAY_TABLE_CAPTION;
break;
case DISPLAY_NONE:
- value = DISPLAY_NONE;
+ value = CSS_DISPLAY_NONE;
break;
}
}