1
0
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:
david
2010-04-07 23:26:09 +00:00
parent ab654ecc34
commit 838127d565
2 changed files with 1 additions and 9 deletions

View File

@@ -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">