Changes report generates two invalid anchor names "Changes Report" and "Release History" which cause this error on W3 validator tool:
'value of attribute "name" must be a single token'
The attached patch fixes the problem by adding anchor properties with valid anchor names.
Another option is to remove whitespaces from "Changes Report" and "Release History", but I think making the anchor names configurable is a better way to go.