Fixed a typo in Foundry

git-svn-id: https://svn.libreccm.org/ccm/trunk@3073 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2015-01-08 09:54:15 +00:00
parent 61bb0847f6
commit 44c0fea98a
1 changed files with 3 additions and 3 deletions

View File

@ -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"/>
@ -619,4 +619,4 @@
</xsl:template> </xsl:template>
</xsl:stylesheet> </xsl:stylesheet>