Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Nov 16, 2018
1 parent 489eeea commit c58dca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clam/static/interface.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
<xsl:if test="/clam/author != ''">
<xsl:choose>
<xsl:when test="/clam/email != ''">
by <a href="mailto:{/clam/email}"><strong><em><xsl:value-of select="/clam/email" /></em></strong></a>
by <a href="mailto:{/clam/email}"><strong><em><xsl:value-of select="/clam/author" /></em></strong></a>
</xsl:when>
<xsl:otherwise>
by <strong><em><xsl:value-of select="/clam/author" /></em></strong>
Expand Down

0 comments on commit c58dca9

Please sign in to comment.