summaryrefslogtreecommitdiffstats
path: root/Doc/perl/l2hinit.perl
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-10-29 19:47:52 (GMT)
committerFred Drake <fdrake@acm.org>2004-10-29 19:47:52 (GMT)
commit0c1b253fc04f9d86193e87b93216d73076fb3fe8 (patch)
tree7d46ac7ec9b4b3278e7e31ee1d2fd6efbada4a69 /Doc/perl/l2hinit.perl
parent048840c4850ffb0426d32347bfa7278484bfb049 (diff)
downloadcpython-0c1b253fc04f9d86193e87b93216d73076fb3fe8.zip
cpython-0c1b253fc04f9d86193e87b93216d73076fb3fe8.tar.gz
cpython-0c1b253fc04f9d86193e87b93216d73076fb3fe8.tar.bz2
add xml:id attributes wherever we generate the IDs (old patch saved up)
Diffstat (limited to 'Doc/perl/l2hinit.perl')
-rw-r--r--Doc/perl/l2hinit.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/perl/l2hinit.perl b/Doc/perl/l2hinit.perl
index 106a74e..c2e76c7 100644
--- a/Doc/perl/l2hinit.perl
+++ b/Doc/perl/l2hinit.perl
@@ -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";
}