From: Graham Percival Date: Fri, 4 Dec 2009 10:52:24 +0000 (+0000) Subject: Web build: fix links to normal manuals. X-Git-Tag: release/2.13.9-1~32 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=715806148102c35aa8e773bf252b95d7b43a4bf5;p=lilypond.git Web build: fix links to normal manuals. --- diff --git a/Documentation/web-texi2html.init b/Documentation/web-texi2html.init index 52b7af2f6c..8669b47d88 100644 --- 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 })); }