Fixed a bug in the dump of MD5 values from the book.
This commit is contained in:
parent
26053c44b2
commit
a3a1394dc8
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
|||
<xsl:value-of select="$package"/>
|
||||
<!-- Write MD5SUM value -->
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:value-of select="../../para[3]/literal"/>
|
||||
<xsl:value-of select="../..//para/literal"/>
|
||||
<xsl:text>
</xsl:text>
|
||||
</xsl:if>
|
||||
</xsl:template>
|
||||
|
|
Reference in a new issue