Skip to content

Commit 9d1eb15

Browse files
authored
Merge pull request #721 from xcp-ng/gln/tag-name-anchors-pprt
2 parents 56d6340 + 40537fd commit 9d1eb15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pkg_in_pipe/pkg_in_pipe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def print_table_header(out, tag):
9494
<div class="relative overflow-x-auto shadow-md sm:rounded-lg">
9595
<table class="table-fixed w-full text-sm text-left rtl:text-right text-gray-500 dark:text-gray-400">
9696
<caption class="px-5 py-3 text-lg font-semibold text-left rtl:text-right text-gray-900 bg-white dark:text-white dark:bg-gray-800">
97-
{tag}
97+
<a name="{tag}" href="#{tag}">{tag}</a>
9898
</caption>
9999
<thead class="text-xs text-gray-700 uppercase bg-gray-50 dark:bg-gray-700 dark:text-gray-400">
100100
<tr>

0 commit comments

Comments
 (0)