Changeset 566

Show
Ignore:
Timestamp:
04/19/07 18:43:44 (1 year ago)
Author:
schst
Message:

Whitespace fixes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/config/php/config-dist.php

    r511 r566  
    4343    /** 
    4444     * this method should return the path to the cache directory 
    45      *  
     45     * 
    4646     * By default its /path/to/stubbles/cache. 
    4747     * 
     
    5555    /** 
    5656     * this method should return the path to the config directory 
    57      *  
     57     * 
    5858     * By default its /path/to/stubbles/config. 
    5959     * 
  • trunk/src/main/php/_test/TestXMLPageElement.php

    r408 r566  
    2929        return array('foo' => 'Hello World!'); 
    3030    } 
    31      
     31 
    3232    /** 
    3333     * returns a list of form values 
  • trunk/src/main/resources/xsl/master.xsl

    r341 r566  
    99  <xsl:import href="stub.xsl"/> 
    1010  <xsl:namespace-alias stylesheet-prefix="ixsl" result-prefix="xsl" /> 
    11    
     11 
    1212  <xsl:param name="__path" select="@path"/> 
    1313  <xsl:param name="__sessid" select="@sessid"/> 
     
    1515  <xsl:param name="page" select="@page"/> 
    1616  <xsl:param name="lang" select="@lang"/> 
    17    
     17 
    1818  <xsl:output method="xml"/> 
    1919  <xsl:template match="/"> 
    2020    <xsl:apply-templates select="node()"/> 
    2121  </xsl:template> 
    22    
     22 
    2323</xsl:stylesheet>