First, hopefully this place is not dead now. Last post I see was 3 weeks ago.
So we upgraded LSDS 7.3.2 to 7.5. Now if we have an href="X Y Z" - it turns into href="X\n Y Z". It only affects links that are being rendered. For instance, if I have the below code in my component
<xsl:comment><xsl:value-of select="/Properties/Data/Datum[@ID='Text']" disable-output-escaping="yes"/></xsl:comment>
<div><xsl:value-of select="/Properties/Data/Datum[@ID='Text']" disable-output-escaping="yes"/></div>
The href coming from text in the first call shows up as expected on the html view-source
The second one has the issue in href.
This is an across the board problem right now. All components. Anything with an href that has a space in it.
Anyone any ideas?
Thanks