bug 157142, transformiix standalone should use XPCOM atoms. r=sicking, sr=peterv

This commit is contained in:
axel%pike.org 2002-12-20 13:55:28 +00:00
Родитель 5c0d6082be
Коммит 15431ca0da
1 изменённых файлов: 1 добавлений и 3 удалений

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

@ -286,9 +286,7 @@ MBool txHTMLOutput::isShorthandAttribute(const String& aLocalName)
if (mHTMLEmptyAttributes[k].mElementList.IndexOf(currentElement->mLocalName) > -1) {
return MB_TRUE;
}
else {
return MB_FALSE;
}
return MB_FALSE;
}
}
return MB_FALSE;