mostrar html si no tiene href
This commit is contained in:
parent
4515bc2359
commit
aad90e66c0
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ function recurseElement(page: Page, el: Element) {
|
||||||
} else {
|
} else {
|
||||||
report.things.push({
|
report.things.push({
|
||||||
type: "link-no-href",
|
type: "link-no-href",
|
||||||
description: getText(el),
|
description: getHtml(rawHtml, el),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue