|
From: <mb...@re...> - 2005-02-10 15:56:23
|
Author: mbooth Date: 2005-02-10 16:55:32 +0100 (Thu, 10 Feb 2005) New Revision: 206 Modified: ccm-ldn-aplaws/trunk/web/__ccm__/themes/aplaws/portal/content-item-portlet.xsl Log: Remove debugging from live stylesheets Modified: ccm-ldn-aplaws/trunk/web/__ccm__/themes/aplaws/portal/content-item-portlet.xsl =================================================================== --- ccm-ldn-aplaws/trunk/web/__ccm__/themes/aplaws/portal/content-item-portlet.xsl 2005-02-09 20:16:33 UTC (rev 205) +++ ccm-ldn-aplaws/trunk/web/__ccm__/themes/aplaws/portal/content-item-portlet.xsl 2005-02-10 15:55:32 UTC (rev 206) @@ -13,7 +13,6 @@ <xsl:template match="portlet:contentItem"> -<h1>HI</h1> <xsl:for-each select="./cms:item"> <div class="CI"> <h2> @@ -26,4 +25,4 @@ </div> </xsl:for-each> </xsl:template> -</xsl:stylesheet> \ No newline at end of file +</xsl:stylesheet> |