From a8d230a3454cc82737a62e4193ad7accabb2ef2d Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 11 Feb 2009 18:21:23 +0000 Subject: And the initial value of quotes, too. svn path=/trunk/libcss/; revision=6444 --- src/select/properties.c | 4 +--- 1 file changed, 1 insertion(+), 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, -- cgit v1.2.3