Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Aug 28, 2018
1 parent d305a6a commit 5752679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clam/static/info.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<xsl:for-each select="//profile">
<li>Profile #<xsl:value-of select="position()" /><ul>
<xsl:for-each select=".//OutputTemplate">
<li><tt><xsl:value-of select="@id" /></tt> - <strong><xsl:value-of select="@label" /> (<em><xsl:value-of select="@format" /></em>)</strong> <xsl:if test="@extension">- Extension: <tt>*.<xsl:value-of select="@extension" /></tt></xsl:if> <xsl:if test="@filename"> - File name: <tt><xsl:value-of select="@filename" /></tt></xsl:if> <xsl:if test="@mimetype"> - MIME Type: <tt><xsl:value-of select="@mimetype" /></tt></xsl:if>. <xsl:if test="@parent">[from input template <tt><xsl:value-of select="@parent" /></tt>]</xsl:if></li>
<li><tt><xsl:value-of select="@id" /></tt> - <strong><xsl:value-of select="@label" /> (<em><xsl:value-of select="@format" /></em>)</strong> <xsl:if test="@extension"> - Extension: <tt>*.<xsl:value-of select="@extension" /></tt></xsl:if> <xsl:if test="@filename"> - File name: <tt><xsl:value-of select="@filename" /></tt></xsl:if> <xsl:if test="@mimetype"> - MIME Type: <tt><xsl:value-of select="@mimetype" /></tt></xsl:if>. <xsl:if test="@parent">[from input template <tt><xsl:value-of select="@parent" /></tt>]</xsl:if></li>
</xsl:for-each>
</ul></li>
</xsl:for-each>
Expand Down

0 comments on commit 5752679

Please sign in to comment.