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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user