|
|
@@ -602,7 +602,7 @@ this.SingleFileCore = this.SingleFileCore || (() => {
|
|
|
}
|
|
|
|
|
|
resolveHrefs() {
|
|
|
- this.doc.querySelectorAll("a[href], link[href]").forEach(element => {
|
|
|
+ this.doc.querySelectorAll("a[href], area[href], link[href]").forEach(element => {
|
|
|
const href = element.getAttribute("href").trim();
|
|
|
if (!Util.testIgnoredPath(href) && !href.startsWith("#")) {
|
|
|
try {
|