Skip to content

Commit

Permalink
Merge pull request meshery#13119 from meshery/leecalcote/docs/codeql-fix
Browse files Browse the repository at this point in the history
[chore] fixes meshery#13118
  • Loading branch information
leecalcote authored Jan 1, 2025
2 parents 780141c + 29e3b35 commit ef5086f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_includes/toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
var div_text = section.text().split('¶')[0];
var parent = $("#" + div_id)
var content = '<li id="link_' + div_id + '" class="md-nav__item"><a class="md-nav__link" href="#' + div_id + '" title="' + div_text +'">' + div_text +'</a></li>';
$(document).find(toc).append(content);
$(document).find(toc).append($('<div>').text(content).html());
}

// Add section code to subnavigation
Expand Down

0 comments on commit ef5086f

Please sign in to comment.