diff --git a/HTMLKit/CSSAttributeSelector.m b/HTMLKit/CSSAttributeSelector.m index b8d49f7..355d549 100644 --- a/HTMLKit/CSSAttributeSelector.m +++ b/HTMLKit/CSSAttributeSelector.m @@ -41,7 +41,7 @@ { self = [super init]; if (self) { - self.type = type; + _type = type; _name = [name copy]; _value = value ? [value copy]: @""; }