Changeset 21:2f50f9e10a27

Show
Ignore:
Timestamp:
07/06/11 18:54:41 (13 years ago)
Author:
František Kučera <franta-hg@…>
Branch:
default
Message:

drobnosti

Location:
šablona
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • šablona/atom.xsl

    r18 r21  
    1313        <xsl:param name="výstupníPřípona" select="'.xhtml'"/> 
    1414         
    15         <xsl:template match="/">                 
     15        <xsl:template match="/"> 
    1616         
    1717                <feed> 
  • šablona/funkce/src/cz/frantovo/xmlWebGenerator/Funkce.java

    r6 r21  
    77 
    88public class Funkce { 
    9         public static Date posledníZměna(String soubor) throws URISyntaxException { 
    10                 return new Date(new File(new URI(soubor)).lastModified()); 
    11         } 
     9        public static Date posledníZměna(String soubor) throws URISyntaxException { 
     10                return new Date(new File(new URI(soubor)).lastModified()); 
     11        } 
    1212} 
    1313