HTML tag name must be capitalized if we want to find them in the DOM!

This commit is contained in:
ducarroz%netscape.com 1999-05-14 21:18:26 +00:00
parent 76e89d2a22
commit 011df65d26

View File

@ -433,7 +433,7 @@ nsComposeAppCore::SetWindowFields(nsIDOMDocument *domDoc, nsString& msgTo, nsStr
if (domDoc)
{
res = domDoc->GetElementsByTagName("input", getter_AddRefs(nodeList));
res = domDoc->GetElementsByTagName("INPUT", getter_AddRefs(nodeList));
if ((NS_SUCCEEDED(res)) && nodeList)
{
PRUint32 count;