diff --git a/src/index.ts b/src/index.ts index aad90a9..ad98409 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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), }); } }