This commit is contained in:
parent
1755bdbdec
commit
33ffaaceff
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ function getHeaderTitle(pElement) {
|
||||||
if (node.nodeType === Node.TEXT_NODE) {
|
if (node.nodeType === Node.TEXT_NODE) {
|
||||||
textContent += node.textContent;
|
textContent += node.textContent;
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
);
|
);
|
||||||
return textContent;
|
return textContent;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue