Skip to content

Commit

Permalink
xslt updated for #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Nov 7, 2020
1 parent 13b7fe9 commit dbd589c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/stepmod.base_xsl/common.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -1916,7 +1916,8 @@ width="20" height="20"/> -->
<xsl:value-of select="concat('/resource_docs/',$resource_doc,'#',$express_ref)"/>
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="concat($baselink,'resources/',$module,'/', $module,$FILE_EXT,'#',$express_ref)"/>
<!-- <xsl:value-of select="concat($baselink,'resources/',$module,'/', $module,$FILE_EXT,'#',$express_ref)"/> -->
<xsl:value-of select="concat('/resources/',$module, '#',$express_ref)"/>
</xsl:otherwise>
</xsl:choose>

Expand Down

0 comments on commit dbd589c

Please sign in to comment.