mirror of
https://github.com/nmap/nmap.git
synced 2026-01-01 12:29:03 +00:00
Remove the error element from the XML DTD. It was supposed to be a child
of trace, but I don't think it has ever been emitted since traceroute was added in r4556.
This commit is contained in:
@@ -758,9 +758,6 @@
|
||||
</xsl:when>
|
||||
</xsl:choose>
|
||||
<li>proto: <xsl:value-of select="@proto" /></li>
|
||||
<xsl:for-each select="error">
|
||||
<li>error: <xsl:value-of select="@errorstr"/></li>
|
||||
</xsl:for-each>
|
||||
</ul>
|
||||
<table cellspacing="1">
|
||||
<tr class="head">
|
||||
|
||||
Reference in New Issue
Block a user