Skip to content

Commit f8a9449

Browse files
committed
大致完成动画部分
1 parent 857d81a commit f8a9449

File tree

2 files changed

+68
-69
lines changed

2 files changed

+68
-69
lines changed

index.zh_CN.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<li><a>
3232
<xsl:choose>
3333
<xsl:when test="@type='selector'">
34-
<xsl:attribute name="href"><xsl:value-of select="@name"/>-selector.htm</xsl:attribute>
34+
<xsl:attribute name="href"><xsl:value-of select="replace(@name,' ','-')"/>-selector.htm</xsl:attribute>
3535
<xsl:value-of select="sample"/>
3636
</xsl:when>
3737
<xsl:otherwise>

0 commit comments

Comments
 (0)