mostrar html si no tiene href

This commit is contained in:
Cat /dev/Nulo 2023-03-31 20:52:22 -03:00
parent 4515bc2359
commit aad90e66c0

View file

@ -53,7 +53,7 @@ function recurseElement(page: Page, el: Element) {
} else {
report.things.push({
type: "link-no-href",
description: getText(el),
description: getHtml(rawHtml, el),
});
}
}