]> git.donarmstrong.com Git - lilypond.git/commit
Fix link-rewriting for snippets
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sun, 10 Aug 2008 12:23:49 +0000 (14:23 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Sun, 10 Aug 2008 12:23:49 +0000 (14:23 +0200)
commit02096171dbc22f8a75020cf3be1ae7b5675b677d
tree54337c14b6a90a9b29643d4af244e7393c0f8797
parentdb1b4bee7d0792351e368e776f197b1bca7050cb
Fix link-rewriting for snippets

Since the user_ref_re checks for lilypond(|...), it will also
match lilypond-snippets and thus also rewrite snippets links from
snippet pages, breaking those links.

The workaround is to explicitly match lilypond-snippets and
then exclude those matches in a replacement function.
buildscripts/add_html_footer.py