fix no icon glitch

This commit is contained in:
vv01f 2019-06-13 19:02:51 +02:00
parent d622471562
commit 69a529f5ce
Signed by untrusted user who does not match committer: vv01f
GPG Key ID: 02625A16AC1D1FF6
1 changed files with 5 additions and 0 deletions

View File

@ -59,6 +59,11 @@
<xsl:with-param name="linkdata" select="." />
</xsl:call-template>
</xsl:for-each>
<xsl:if test="not(link)"><!-- fix for no icon glitch -->
<xsl:element name="span">
<xsl:attribute name="style">display: inline-block; height: 16px; width: 1px; margin-top: 3px;</xsl:attribute>
</xsl:element>
</xsl:if>
</xsl:element>
</xsl:for-each>