mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-08 18:33:58 +00:00
Escape the ampersand properly.
[SVN r47820]
This commit is contained in:
parent
d458d33ae9
commit
dc60960dd9
@ -28,7 +28,7 @@
|
||||
<xsl:choose>
|
||||
<xsl:when test="not($recursive)">
|
||||
<!-- translate dots into directory separators, and replace illegal file path characters with underscores -->
|
||||
<xsl:value-of select="translate(normalize-space(translate($basename, '.<>\:*?"|,()!+=&', '/ ' )), ' ', '_')"/>
|
||||
<xsl:value-of select="translate(normalize-space(translate($basename, '.<>\:*?"|,()!+=&', '/ ' )), ' ', '_')"/>
|
||||
<xsl:value-of select="$html.ext"/>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
|
Loading…
x
Reference in New Issue
Block a user