mirror of
https://github.com/nmap/nmap.git
synced 2025-12-31 11:59:03 +00:00
bug fixing
This commit is contained in:
@@ -202,6 +202,7 @@
|
||||
<!ATTLIST osmatch
|
||||
name CDATA #REQUIRED
|
||||
accuracy %attr_numeric; #REQUIRED
|
||||
line %attr_numeric; #REQUIRED
|
||||
>
|
||||
|
||||
<!ELEMENT uptime EMPTY >
|
||||
|
||||
@@ -358,10 +358,10 @@ function timestamp2date(stamp)
|
||||
<xsl:with-param name="stamp"><xsl:value-of select="$end" /></xsl:with-param>
|
||||
</xsl:call-template>.
|
||||
<xsl:choose>
|
||||
<xsl:when test="debugging/@level = '0'">Debbuging was disabled, </xsl:when>
|
||||
<xsl:otherwise>Debugging was enabeld, </xsl:otherwise>
|
||||
<xsl:when test="debugging/@level = '0'">Debugging was disabled, </xsl:when>
|
||||
<xsl:otherwise>Debugging was enabled, </xsl:otherwise>
|
||||
</xsl:choose>
|
||||
the verbosing level was <xsl:value-of select="verbose/@level" />.
|
||||
the verbosity level was <xsl:value-of select="verbose/@level" />.
|
||||
|
||||
</p>
|
||||
<xsl:apply-templates/>
|
||||
|
||||
Reference in New Issue
Block a user