Uploaded image for project: 'Skin Intranet'
  1. Skin Intranet
  2. SKININTRA-134

the illustration metadata is incorrectly written

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 1.1.3, 1.2.0
    • 1.1.1
    • None
    • None

      The "S" is missing on the word illutration, Line 4 and 6

      <xsl:template name="profile-image">
              <div class="photo-profil">
                  <xsl:choose>
                      <xsl:when test="metadata/illutration/image">
                          <xsl:call-template name="common-content-body-image">
                              <xsl:with-param name="image" select="metadata/illutration/image"/>
                              <xsl:with-param name="alternative" select="alt-text"/>
                              <xsl:with-param name="maxWidth" select="'240'"/>
                              <xsl:with-param name="maxHeight" select="'240'"/>
                              <xsl:with-param name="type" select="'cropped'"/>
                          </xsl:call-template>
                      </xsl:when>
                      <xsl:otherwise>
                          <img>
          					<xsl:attribute name="src">
      							<xsl:call-template name="user-image-default-url"/>
      						</xsl:attribute>
      					</img>
                      </xsl:otherwise>
                  </xsl:choose> 
              </div> 
         </xsl:template>
         
      

            Unassigned Unassigned
            lbouziat Léa Bouziat
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: