Changeset 2558
- Timestamp:
- 12/25/09 16:07:24
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/feeder/webapp/resources/demoskins/MainCampus/default/default/list-html.xsl
r2557 r2558 119 119 <xsl:otherwise> 120 120 <!-- Filter name not defined? Turn off filtering. --> 121 <xsl: apply-templates select="processListEvent"/>121 <xsl:call-template name="processListEvent" /> 122 122 </xsl:otherwise> 123 123 </xsl:choose> 124 124 </xsl:when> 125 125 <xsl:otherwise> 126 <xsl: apply-templates select="processListEvent"/>126 <xsl:call-template name="processListEvent" /> 127 127 </xsl:otherwise> 128 128 </xsl:choose>
