]> git.donarmstrong.com Git - lilypond.git/commit
texi2html: $element->{'target'} is the proper thing to override for the anchor
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sun, 24 Aug 2008 11:54:53 +0000 (13:54 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Sun, 24 Aug 2008 14:25:06 +0000 (16:25 +0200)
commit9b4ec9faaca28ed7a5cba4a7a4c9706f1a03527c
tree8607fa57ca2a99534054e4a85173a0cb68d25114
parent2d38202e85796a9b2d182bfef40b607970070c3d
texi2html: $element->{'target'} is the proper thing to override for the anchor

$element->{id} is used for the name in <a name=id> of the section,
while $element->{target} is used in the href of links to this section.

So, we need to override both and set them to the same value!
Also, set the target/id of the top node to "Top" instead of the default
"SEC_Top" of texi2html.
lilypond-texi2html.init