This commit is contained in:
kipp 1998-06-04 21:04:22 +00:00
Родитель 14d2243da5
Коммит 4915c6ac35
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -221,8 +221,7 @@ void nsHTMLTagContent::SetAttribute(nsIAtom* aAttribute,
nsIStyleRule* rule;
rv = css->ParseDeclarations(aValue, nsnull, rule);
if ((NS_OK == rv) && (nsnull != rule)) {
printf("XXX STYLE= discarded: ");
rule->List();
mAttributes->SetAttribute(aAttribute, nsHTMLValue(rule));
NS_RELEASE(rule);
}
NS_RELEASE(css);