summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/select/properties.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/select/properties.c b/src/select/properties.c
index 2f135c9..45bb2a5 100644
--- a/src/select/properties.c
+++ b/src/select/properties.c
@@ -2071,9 +2071,7 @@ static css_error cascade_quotes(uint32_t opv, css_style *style,
static css_error initial_quotes(css_computed_style *style)
{
- UNUSED(style);
-
- return CSS_OK;
+ return set_quotes(style, CSS_QUOTES_DEFAULT, NULL);
}
static css_error cascade_richness(uint32_t opv, css_style *style,