Changeset 1679

Show
Ignore:
Timestamp:
12/18/07 15:00:43
Author:
douglm
Message:

Yet more config code: modules for caldavtest, testsuite and dumprestore plus other fixes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/webconfig/webapp/resources/default/default/default.xsl

    r1678 r1679  
    416416      <xsl:otherwise> 
    417417        <p><xsl:value-of select="id"/> 
    418         <xsl:if test="param"> = 
     418        <xsl:if test="param"><xsl:text>: </xsl:text> 
    419419          <xsl:for-each select="param"> 
    420             <xsl:value-of select="."/> 
     420            <xsl:value-of select="."/><xsl:text> </xsl:text> 
    421421          </xsl:for-each> 
    422422        </xsl:if></p>