Changeset 7322

Show
Ignore:
Timestamp:
03/02/09 15:35:02 (17 months ago)
Author:
josowski
Message:

This fixes a bug with the article title. Previously the incorrect title was being removed from the transformed article.

References #1115

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • head/ambra/webapp/src/main/resources/viewnlm-v2.xsl

    r7318 r7322  
    20112011    <xsl:apply-templates select="label"/> 
    20122012  </xsl:element> 
    2013   <!--xsl:apply-templates select="caption/title"/--> 
     2013  <xsl:apply-templates select="caption/title"/> 
    20142014  </strong> 
    20152015 
     
    28652865     HTML page, together with any other fn-group. --> 
    28662866<xsl:template match="title-group" mode="front"> 
    2867   <xsl:apply-templates select="article-title" mode="front"/> 
    28682867  <xsl:apply-templates select="subtitle" mode="front"/> 
    28692868</xsl:template>