diff options
author | corvid <corvid@lavabit.com> | 2013-04-19 18:38:37 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2013-04-19 18:38:37 +0000 |
commit | 31cb72fdf49546055d77a85a6f6bda1e6faad705 (patch) | |
tree | 7aec6b43b3d4b97fa3ace90bf012b1b3c845a89a /src/css.cc | |
parent | 794907e571d19dca3c2e093c5964c157ffbc6342 (diff) |
trim some spaces
Diffstat (limited to 'src/css.cc')
-rw-r--r-- | src/css.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ void CssPropertyList::apply (CssPropertyList *props) { for (int i = 0; i < size (); i++) { CssPropertyValue value = getRef (i)->value; - if (props->ownerOfStrings && + if (props->ownerOfStrings && (getRef (i)->type == CSS_TYPE_STRING || getRef (i)->type == CSS_TYPE_SYMBOL)) value.strVal = strdup(value.strVal); |