autodoc: fix typo
This commit is contained in:
@@ -1276,7 +1276,7 @@ Happy writing!
|
||||
}
|
||||
|
||||
if (t.link) {
|
||||
result = `<a class="zighref="${t.link}">` + result + "</a>";
|
||||
result = `<a href="${t.link}">` + result + "</a>";
|
||||
}
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user