70541 - xbl content attribute setting, r=blake, sr=hyatt

This commit is contained in:
hewitt%netscape.com 2001-03-02 03:35:04 +00:00
Родитель 686e5a8010
Коммит bc6a9ff499
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -718,7 +718,7 @@ nsXBLBinding::GenerateAnonymousContent()
nsCOMPtr<nsIAtom> prefix;
for (PRInt32 i = 0; i < length; ++i) {
content->GetAttributeNameAt(0, namespaceID, *getter_AddRefs(name), *getter_AddRefs(prefix));
content->GetAttributeNameAt(i, namespaceID, *getter_AddRefs(name), *getter_AddRefs(prefix));
if (name.get() != kIncludesAtom) {
nsAutoString value;