Fix for bug 286300 (Clean up HTML tags enum and related code). r/sr=jst, a=asa.
git-svn-id: svn://10.0.0.236/trunk@204898 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
75109d1d37
commit
61ae07fa78
@ -700,7 +700,7 @@ if (!CUST_DEBUG) {
|
||||
var indent = "| | | | | | | | | | | | | | | | | | | | | | | | | | | | + ";
|
||||
debug(indent.substr(indent.length - depth*2) + index +
|
||||
" " + node.nodeName);
|
||||
if (node.nodeName != "#text") {
|
||||
if (node.nodeType != Node.TEXT_NODE) {
|
||||
dump_attributes(node, depth);
|
||||
}
|
||||
var kids = node.childNodes;
|
||||
|
||||
@ -1634,7 +1634,7 @@ if (!SB_DEBUG) {
|
||||
var indent = "| | | | | | | | | | | | | | | | | | | | | | | | | | | | + ";
|
||||
debug(indent.substr(indent.length - depth*2) + index +
|
||||
" " + node.nodeName);
|
||||
if (node.nodeName != "#text") {
|
||||
if (node.nodeType != Node.TEXT_NODE) {
|
||||
dump_attributes(node, depth);
|
||||
}
|
||||
var kids = node.childNodes;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user