# HG changeset patch
# User František Kučera <franta-hg@frantovo.cz>
# Date 1309971281 -7200
# Node ID 2f50f9e10a27a11cc3519371d09f3a855eb95f72
# Parent  29361e026fa30a599c09b75f9ab279248a7e6a57
drobnosti

diff -r 29361e026fa3 -r 2f50f9e10a27 šablona/atom.xsl
--- 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>
diff -r 29361e026fa3 -r 2f50f9e10a27 šablona/funkce/src/cz/frantovo/xmlWebGenerator/Funkce.java
--- 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());
+	}
 }