summaryrefslogtreecommitdiff
path: root/web-scripts/todos.php
diff options
context:
space:
mode:
Diffstat (limited to 'web-scripts/todos.php')
-rw-r--r--web-scripts/todos.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/web-scripts/todos.php b/web-scripts/todos.php
index 6c3b555..123fa35 100644
--- a/web-scripts/todos.php
+++ b/web-scripts/todos.php
@@ -52,6 +52,7 @@ header ("Content-type: image/png");
passthru(
"dot -Tpng -o/dev/stdout /dev/stdin <<EOF\n".
"digraph dependencies {\n" .
+ "rankdir=LR;\n" .
"fontname=dejavu;\n" .
$knots .
$edges .