-
Bug
-
Resolution: Invalid
-
Minor
-
3.5
-
None
There is a template:
<xsl:template name="image-render"> <xsl:call-template name="image-wrapper"/> </xsl:template>
Maybe we should directly call image-wrapper instead of image-render or change the name of image-wrapper to image-render.