summaryrefslogtreecommitdiff
path: root/web-scripts
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-02-01 12:13:13 +0100
committerErich Eckner <git@eckner.net>2018-02-01 12:13:13 +0100
commitfaab202ee4659899c4f49753afcac87b0042feee (patch)
tree618ced45e5a842d11038e293caa2442b39af0b10 /web-scripts
parent296fc3012f41fd1380dec4a955b287dbb305f7ea (diff)
downloadbuilder-faab202ee4659899c4f49753afcac87b0042feee.tar.xz
web-scripts/todos.php: layout
Diffstat (limited to 'web-scripts')
-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 .