Changeset 2558

Show
Ignore:
Timestamp:
12/25/09 16:07:24
Author:
bleibson
Message:

o Needed to replace a couple of "apply-template"'s with "call-template"'s because that's what I meant to say.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/feeder/webapp/resources/demoskins/MainCampus/default/default/list-html.xsl

    r2557 r2558  
    119119                                  <xsl:otherwise> 
    120120                                    <!-- Filter name not defined? Turn off filtering. --> 
    121                                     <xsl:apply-templates select="processListEvent"/> 
     121                                    <xsl:call-template name="processListEvent" /> 
    122122                                  </xsl:otherwise> 
    123123                                </xsl:choose> 
    124124                              </xsl:when> 
    125125                              <xsl:otherwise> 
    126                                 <xsl:apply-templates select="processListEvent"/> 
     126                                <xsl:call-template name="processListEvent" /> 
    127127                              </xsl:otherwise> 
    128128                            </xsl:choose>