vstup/skriptování.xml
changeset 117 71d58d008058
parent 114 9302cf6856ea
child 119 eec920c4bddf
--- a/vstup/skriptování.xml	Fri Jul 06 22:29:00 2012 +0200
+++ b/vstup/skriptování.xml	Sat Jul 07 14:58:36 2012 +0200
@@ -172,8 +172,8 @@
 	next if (/^\./);
 	# Měli bychom ošetřit zvláštní znaky v názvech souborů,
 	# abychom nezpůsobili chybu GraphVizu.
-	print "n$i	[label=\"$_\"];\n";
-	print "koren -> n$i;\n";
+	print "	n$i		[label=\"$_\"];\n";
+	print "	koren	-> n$i;\n";
 	$i++;
 }
 
@@ -199,8 +199,8 @@
 	next if (/^\./);
 	# Měli bychom ošetřit zvláštní znaky v názvech souborů,
 	# abychom nezpůsobili chybu GraphVizu.
-	print "n$i	[label=\"$_\"];\n";
-	print "koren -> n$i;\n";
+	print "	n$i		[label=\"$_\"];\n";
+	print "	koren	-> n$i;\n";
 	$i++;
 }