[Bug 70065] Documentation broken in French and Turkish (link labels, cropped header, invalid XHTML)

[email protected] Fri, 22 May 2026 16:28:20 +0000
Newsgroups gmane.comp.apache.documentation
Message-ID <[email protected]/bugzilla/>
https://bz.apache.org/bugzilla/show_bug.cgi?id=70065

Rich Bowen <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Rich Bowen <[email protected]> ---
Fixed in r1934504. The <message id="permalink"> element was incorrectly placed
before the <!DOCTYPE> declaration (and outside the document structure) in
fr.xml and tr.xml, making them invalid XML. The XSLT processor then failed to
resolve any $message lookups, resulting in empty link text and broken XHTML
output. Moved the permalink message inside <messages> and restored the <?xml?>
declaration in both files.

-- 
You are receiving this mail because:
You are the assignee for the bug.