mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 06:05:44 +00:00
HTML tag name must be capitalized if we want to find them in the DOM!
This commit is contained in:
parent
76e89d2a22
commit
011df65d26
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user