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

git-svn-id: svn://10.0.0.236/trunk@31658 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ducarroz%netscape.com
1999-05-14 21:18:26 +00:00
parent 2de5acbb02
commit e45fa99e7f

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;