Skip to content

Commit

Permalink
suppress addition of class (and a help pointer) for unknown works
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed Oct 11, 2015
1 parent 6d5c503 commit a730017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xsl/common_link.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
</xsl:call-template>
</xsl:when>
<xsl:otherwise>
<xsl:call-template name="createSpanOnly"/>
<xsl:apply-templates/>
</xsl:otherwise>
</xsl:choose>
</xsl:template>
Expand Down

0 comments on commit a730017

Please sign in to comment.