projects
/
lilypond.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26a5861
)
Web build: fix links to normal manuals.
author
Graham Percival
<graham@percival-music.ca>
Fri, 4 Dec 2009 10:52:24 +0000
(10:52 +0000)
committer
Graham Percival
<graham@percival-music.ca>
Fri, 4 Dec 2009 10:52:24 +0000
(10:52 +0000)
Documentation/web-texi2html.init
patch
|
blob
|
history
diff --git
a/Documentation/web-texi2html.init
b/Documentation/web-texi2html.init
index 52b7af2f6cd9635ee9b5b1badae9c628e98ef179..8669b47d88ef3d37fc12222dde6ddb9a2018c1ef 100644
(file)
--- a/
Documentation/web-texi2html.init
+++ b/
Documentation/web-texi2html.init
@@
-490,7
+490,7
@@
sub lilypond_external_ref($$$$$$)
}
$displaytext = &$anchor('', $href, $displaytext) if ($displaytext ne '');
- return
&$I('%{node_file_href}', { 'node_file_href' => $displaytext }
);
+ return
lc(&$I('%{node_file_href}', { 'node_file_href' => $displaytext })
);
}