Skip to content

Commit

Permalink
Merge pull request #119 from uchitsa/fix-typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
yegor256 authored Aug 17, 2024
2 parents 67f6772 + 7bb9ea8 commit dee9c51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/index.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ SOFTWARE.
<xsl:call-template name="th">
<xsl:with-param name="cols" select="$columns"/>
</xsl:call-template>
</th>
</tr>
</thead>
<tbody>
<xsl:apply-templates select="f"/>
Expand Down Expand Up @@ -259,4 +259,4 @@ SOFTWARE.
</xsl:otherwise>
</xsl:choose>
</xsl:template>
</xsl:stylesheet>
</xsl:stylesheet>

0 comments on commit dee9c51

Please sign in to comment.