commit | 0c1b253fc04f9d86193e87b93216d73076fb3fe8 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Fri Oct 29 19:47:52 2004 +0000 |
committer | Fred Drake <fdrake@acm.org> | Fri Oct 29 19:47:52 2004 +0000 |
tree | 7d46ac7ec9b4b3278e7e31ee1d2fd6efbada4a69 | |
parent | 048840c4850ffb0426d32347bfa7278484bfb049 [diff] [blame] |
add xml:id attributes wherever we generate the IDs (old patch saved up)
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 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"; }