Fixed a typo in Foundry
git-svn-id: https://svn.libreccm.org/ccm/trunk@3073 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
61bb0847f6
commit
44c0fea98a
|
|
@ -561,14 +561,14 @@
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<foudry:doc section="user" type="template-tag">
|
<foundry:doc section="user" type="template-tag">
|
||||||
<foundry:doc-desc>
|
<foundry:doc-desc>
|
||||||
<p>
|
<p>
|
||||||
Provides a link to content item itself. Useful if a content item is shown using a
|
Provides a link to content item itself. Useful if a content item is shown using a
|
||||||
portlet and you want to create a link to the normal detail view of the item.
|
portlet and you want to create a link to the normal detail view of the item.
|
||||||
</p>
|
</p>
|
||||||
</foundry:doc-desc>
|
</foundry:doc-desc>
|
||||||
</foudry:doc>
|
</foundry:doc>
|
||||||
<xsl:template match="content-item-layout//content-item-link">
|
<xsl:template match="content-item-layout//content-item-link">
|
||||||
<xsl:param name="contentitem-tree" tunnel="yes"/>
|
<xsl:param name="contentitem-tree" tunnel="yes"/>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue