drobnosti
authorFrantišek Kučera <franta-hg@frantovo.cz>
Wed, 06 Jul 2011 18:54:41 +0200
changeset 21 2f50f9e10a27
parent 20 29361e026fa3
child 22 65afc0483ef5
drobnosti
šablona/atom.xsl
šablona/funkce/src/cz/frantovo/xmlWebGenerator/Funkce.java
--- a/šablona/atom.xsl	Wed Jul 06 18:54:11 2011 +0200
+++ b/šablona/atom.xsl	Wed Jul 06 18:54:41 2011 +0200
@@ -12,7 +12,7 @@
 	<xsl:param name="vstupníPřípona" select="'.xml'"/>
 	<xsl:param name="výstupníPřípona" select="'.xhtml'"/>
 	
-	<xsl:template match="/">		
+	<xsl:template match="/">
 	
 		<feed>
 			<title><xsl:value-of select="k:web/k:název"/></title>
--- a/šablona/funkce/src/cz/frantovo/xmlWebGenerator/Funkce.java	Wed Jul 06 18:54:11 2011 +0200
+++ b/šablona/funkce/src/cz/frantovo/xmlWebGenerator/Funkce.java	Wed Jul 06 18:54:41 2011 +0200
@@ -6,8 +6,8 @@
 import java.net.URISyntaxException;
 
 public class Funkce {
-        public static Date posledníZměna(String soubor) throws URISyntaxException {
-                return new Date(new File(new URI(soubor)).lastModified());
-        }
+	public static Date posledníZměna(String soubor) throws URISyntaxException {
+		return new Date(new File(new URI(soubor)).lastModified());
+	}
 }