mirror of
https://github.com/python/cpython.git
synced 2025-07-30 14:44:10 +00:00
add xml:id attributes wherever we generate the IDs (old patch saved up)
This commit is contained in:
parent
048840c485
commit
0c1b253fc0
2 changed files with 8 additions and 8 deletions
|
@ -246,7 +246,7 @@ sub get_version_text() {
|
|||
|
||||
|
||||
sub top_navigation_panel() {
|
||||
return "\n<div id='top-navigation-panel'>\n"
|
||||
return "\n<div id='top-navigation-panel' xml:id='top-navigation-panel'>\n"
|
||||
. make_nav_panel()
|
||||
. "<hr /></div>\n";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue