bug 347481: find link tags in XHTML documents (where the link tag is in the default namespace) in addition to HTML documents
namespace) Patch by Justin Dolske. r=myk git-svn-id: svn://10.0.0.236/trunk@218360 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
ad7e8f4eef
commit
359f7c2edd
@ -1730,7 +1730,7 @@ MicrosummarySet.prototype = {
|
||||
// XXX Handle XML documents, whose microsummaries are specified
|
||||
// via processing instructions.
|
||||
|
||||
var links = resource.content.getElementsByTagName("LINK");
|
||||
var links = resource.content.getElementsByTagName("link");
|
||||
for ( var i = 0; i < links.length; i++ ) {
|
||||
var link = links[i];
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user