Skip to content

Commit

Permalink
Merge pull request #14972 from tanhh326/2
Browse files Browse the repository at this point in the history
fix #14968
  • Loading branch information
ahocevar committed Aug 3, 2023
2 parents 0cbf965 + dabe50e commit 95b0571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/jsdoc/api/template/publish.js
Expand Up @@ -89,7 +89,7 @@ function linkto(longname, linkText, cssClass, fragmentId) {
if (match) {
return (
linkto(match[1], '', cssClass, fragmentId) +
'<' +
'&lt;' +
linkto(match[2], '', cssClass, fragmentId) +
'>'
);
Expand Down

0 comments on commit 95b0571

Please sign in to comment.