We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f17896 commit f8a3b85Copy full SHA for f8a3b85
InteractiveHtmlBom/web/util.js
@@ -85,7 +85,7 @@ function saveBomTable(output) {
85
if (node.checked) {
86
val += '✓';
87
}
88
- } else if (node.nodeName == "MARK") {
+ } else if ((node.nodeName == "MARK") || (node.nodeName == "A")) {
89
val += node.firstChild.nodeValue;
90
} else {
91
val += node.nodeValue;
0 commit comments