Skip to content

Commit

Permalink
Small fix to make superBrief more general for those profiles that def…
Browse files Browse the repository at this point in the history
…ine their

own CI_Ciation
  • Loading branch information
mcpgovernance committed Jul 24, 2012
1 parent 89a7f55 commit bb7430f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2808,7 +2808,7 @@
<id><xsl:value-of select="geonet:info/id"/></id>
<uuid><xsl:value-of select="geonet:info/uuid"/></uuid>
<title>
<xsl:apply-templates mode="localised" select="gmd:identificationInfo/*/gmd:citation/gmd:CI_Citation/gmd:title">
<xsl:apply-templates mode="localised" select="gmd:identificationInfo/*/gmd:citation/*/gmd:title">
<xsl:with-param name="langId" select="$langId"/>
</xsl:apply-templates>
</title>
Expand Down

0 comments on commit bb7430f

Please sign in to comment.