This commit is contained in:
Adrien MALINGREY 2023-04-28 16:55:18 +02:00
parent 36b7a91c48
commit 2505c1d974
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
confs/ configs/
scans/ scans/
site/ site/

View File

@ -90,7 +90,7 @@
<xsl:value-of select="$scannedHost/address/@addr"/> <xsl:value-of select="$scannedHost/address/@addr"/>
</xsl:when> </xsl:when>
<xsl:otherwise> <xsl:otherwise>
<xsl:value-of select="$scannedHost/address/@addr"/> <xsl:value-of select="$address"/>
</xsl:otherwise> </xsl:otherwise>
</xsl:choose> </xsl:choose>
</xsl:variable> </xsl:variable>