Changeset 077316 in indico


Ignore:
Timestamp:
06/27/11 16:38:08 (2 years ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
Children:
c922b1
Parents:
f9bbd4
Message:

[FIX] cds_marcxml_video_contrib: escaping on

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/webinterface/stylesheets/cds_marcxml_video_contribution.xsl

    rae9700 r077316  
    7474</datafield> 
    7575<datafield tag="490" ind1=" " ind2=" "> 
    76   <subfield code="a"><xsl:value-of select="./title" disable-output-escaping="yes"/></subfield> 
     76  <subfield code="a"><xsl:value-of select="./title"/></subfield> 
    7777</datafield> 
    7878<xsl:if test="./contribution/allowedAccessGroups != '' and count(./contribution/allowedAccessGroups) != 0"> 
Note: See TracChangeset for help on using the changeset viewer.