Project

General

Profile

« Previous | Next » 

Revision 10416

Fix a bug in the eml party xslt

View differences:

lib/style/skins/metacatui/eml-2/eml-party.xsl
244 244
                            <!-- ORCID Link-->
245 245
                            <xsl:element name="a">
246 246
                                <xsl:choose>
247
                                    <xsl:when test="starts-with($value, 'http://orcid.org') or starts-with(./@value, 'https://orcid.org')">
247
                                    <xsl:when test="starts-with($value, 'http://orcid.org') or starts-with($value, 'https://orcid.org')">
248 248
                                        <xsl:attribute name="href">
249 249
                                            <xsl:value-of select="$value"/>
250 250
                                        </xsl:attribute>

Also available in: Unified diff