Skip to content

Commit

Permalink
Update eac2wiki.xsl.
Browse files Browse the repository at this point in the history
  • Loading branch information
timathom authored and timathom committed Jan 24, 2014
1 parent 41fc9a3 commit b535890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xsl/eac2wiki.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -800,8 +800,8 @@
</xsl:choose>
</xsl:when>
<xsl:when test="//eac:citation">
<!-- Add any citation elements. -->
<xsl:for-each select="//eac:citation">
<!-- Add any citation elements (not in <conventionDeclaration>. -->
<xsl:for-each select="//eac:citation[not(parent::eac:conventionDeclaration)]">
<xsl:choose>
<xsl:when test="contains(.,'http')">
<xsl:text>* [</xsl:text>
Expand Down

0 comments on commit b535890

Please sign in to comment.