Changeset 8234

Show
Ignore:
Timestamp:
02/17/10 15:35:21 (5 months ago)
Author:
lmurdock
Message:

fix extra period in author-notes/fn/label

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/XSL-refactor/ambra/webapp/src/main/resources/plos.xsl

    r8185 r8234  
    923923        </xsl:otherwise> 
    924924      </xsl:choose> 
    925     </xsl:template>       
     925    </xsl:template> 
    926926 
    927927    <!-- 10/19/09: viewnlm contains template speech/p[1] --> 
     
    16241624    </xsl:template> 
    16251625 
    1626     <!-- 11/3/09: viewnlm contains template (author-notes fn label) --> 
    1627     <!-- 11/3/09: viewnlm 2.3 changed (added span). need to decide whether to keep 2.3 changes --> 
     1626    <!-- 2/11/10: plos modifications (revert to nlm v2 version; 2.3 version causes extra period) --> 
     1627    <!-- author-notes/fn/label --> 
     1628    <xsl:template match="author-notes/fn/label"> 
     1629        <xsl:apply-templates/> 
     1630    </xsl:template> 
    16281631 
    16291632    <!-- 11/3/09: viewnlm 2.3 changed template. need to decide whether to keep 2.3 changes -->