summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-02-11 18:21:23 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-02-11 18:21:23 +0000
commita8d230a3454cc82737a62e4193ad7accabb2ef2d (patch)
treece81001ef1d822044672fca55c47eec634c58e92
parented2c7930b35cfecb69eab2e6a7af818e480462d6 (diff)
downloadlibcss-a8d230a3454cc82737a62e4193ad7accabb2ef2d.tar.gz
libcss-a8d230a3454cc82737a62e4193ad7accabb2ef2d.tar.bz2
And the initial value of quotes, too.
svn path=/trunk/libcss/; revision=6444
-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,