Skip to content

Commit 573bfa1

Browse files
striptags from the global toc header to match, even though that should never be a problem
1 parent 0ad85a4 commit 573bfa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/tools/templates/customlocaltoc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
{%- else %}
2020
<h3>
2121
<a href="{{ pathto(root_doc)|e }}"
22-
title="{{ docstitle|e }}">
22+
title="{{ docstitle|striptags }}">
2323
{{ docstitle|e }}
2424
</a>
2525
</h3>

0 commit comments

Comments
 (0)