https favicon
This commit is contained in:
parent
7d25fd2472
commit
c2bd2ee679
@ -71,6 +71,9 @@
|
||||
</xsl:choose>
|
||||
</xsl:attribute>
|
||||
<xsl:choose>
|
||||
<xsl:when test="$scannedHost/ports/port/service/@name='https'">
|
||||
<i class="icon"><img class="ui image" src="https://{$scannedHostAddress}/favicon.ico" alt="" /></i>
|
||||
</xsl:when>
|
||||
<xsl:when test="$scannedHost/ports/port/service/@name='http'">
|
||||
<i class="icon"><img class="ui image" src="http://{$scannedHostAddress}/favicon.ico" alt="" /></i>
|
||||
</xsl:when>
|
||||
|
Loading…
x
Reference in New Issue
Block a user