--- 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++;
}