Index: build.xml
===================================================================
--- build.xml	(revision 87:25dec6931f18)
+++ build.xml	(revision 121:1a32988c4fef)
@@ -41,5 +41,5 @@
 			<classpath location="${funkce}"/>
 			<factory name="net.sf.saxon.TransformerFactoryImpl">
-				<attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/>	
+				<attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/>
 			</factory>
 		</xslt>
@@ -61,5 +61,5 @@
 			<classpath location="${funkce}"/>
 			<factory name="net.sf.saxon.TransformerFactoryImpl">
-				<attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/>	
+				<attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/>
 			</factory>
 		</xslt>
@@ -76,9 +76,9 @@
 			<classpath location="${funkce}"/>
 			<factory name="net.sf.saxon.TransformerFactoryImpl">
-				<attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/>	
+				<attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/>
 			</factory>
 		</xslt>
 
-		<!-- RSS --> 
+		<!-- RSS -->
 		<xslt in="${výstup}/atom.xml" out="${výstup}/rss.xml" style="${šablona}/rss.xsl"  processor="org.apache.tools.ant.taskdefs.optional.TraXLiaison">
 			<classpath location="/usr/share/java/saxonb-9.0.jar"/>
@@ -90,5 +90,5 @@
 
 		<!-- Sitemap.xml -->
-		<xslt in="${výstup}/atom.xml" out="${výstup}/sitemap.xml" style="${šablona}/sitemap.xsl"  processor="org.apache.tools.ant.taskdefs.optional.TraXLiaison">			
+		<xslt in="${výstup}/atom.xml" out="${výstup}/sitemap.xml" style="${šablona}/sitemap.xsl"  processor="org.apache.tools.ant.taskdefs.optional.TraXLiaison">
 			<classpath location="/usr/share/java/saxonb-9.0.jar"/>
 			<classpath location="${funkce}"/>
@@ -98,6 +98,6 @@
 		</xslt>
 
-		<!-- Seznam stránek --> 
-		<xslt in="${výstup}/atom.xml" out="${vstup}/.seznam.xml" style="${šablona}/seznam.xsl"  processor="org.apache.tools.ant.taskdefs.optional.TraXLiaison">			
+		<!-- Seznam stránek -->
+		<xslt in="${výstup}/atom.xml" out="${vstup}/.seznam.xml" style="${šablona}/seznam.xsl"  processor="org.apache.tools.ant.taskdefs.optional.TraXLiaison">
 			<classpath location="/usr/share/java/saxonb-9.0.jar"/>
 			<classpath location="${funkce}"/>
@@ -156,9 +156,9 @@
 		<loadfile property="licence.txt" srcFile="licence/licence.txt"/>
 		<loadfile property="gpl-3.0.txt" srcFile="licence/gpl-3.0.txt"/>
-		<echo>${čára}</echo> 
-		<echo>${licence.txt}</echo> 
-		<echo>${čára}</echo> 
-		<echo>${gpl-3.0.txt}</echo> 
-		<echo>${čára}</echo> 
+		<echo>${čára}</echo>
+		<echo>${licence.txt}</echo>
+		<echo>${čára}</echo>
+		<echo>${gpl-3.0.txt}</echo>
+		<echo>${čára}</echo>
 	</target>
 
