]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/auxiliar/postprocess_html.py
Merge branch 'master' into lilypond/translation
[lilypond.git] / python / auxiliar / postprocess_html.py
index 2f8b532321e6c8c75acd82fda5b4ece92e751ce7..15fcbbec10b7f1992df208ba059c2f0097bd6b57 100644 (file)
@@ -63,7 +63,7 @@ browser_language_url = "/web/about/browser-language"
 LANGUAGES_TEMPLATE = '''
 <p id="languages">
  %(language_available)s
- <br/>
+ <br>
  %(browser_language)s
 </p>
 '''
@@ -123,7 +123,7 @@ def hack_urls (s, prefix):
         rel_link = re.sub (r'out-www/.*$', '', prefix)
         rel_link = re.sub (r'[^/]*/', '../', rel_link)
         if 'input/regression' in prefix:
-            indexfile = "Documentation/devel"
+            indexfile = "Documentation/devel/index"
         else:
             indexfile = "index"
         s = docindex_link_re.sub ('href="' + rel_link + indexfile + '.html\"', s)