summaryrefslogtreecommitdiff
path: root/project/templates/grasp.html
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-08-07 12:20:36 +1000
committerJed Barber <jjbarber@y7mail.com>2017-08-07 12:20:36 +1000
commit92ff13627021a5fdd4eea59bd5db493cbea5406b (patch)
treeeb95a180a88c4cd8f82aa2169a4ce1fb0ddcbe07 /project/templates/grasp.html
parent60c63100f66ea5dce4ad10941b4c40725f01f3c8 (diff)
I think I've finally struck the right width balance
Diffstat (limited to 'project/templates/grasp.html')
-rw-r--r--project/templates/grasp.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/project/templates/grasp.html b/project/templates/grasp.html
index bf6f79b..45661af 100644
--- a/project/templates/grasp.html
+++ b/project/templates/grasp.html
@@ -53,6 +53,7 @@ as well as relatively easy conversion to a graph image. If a format that more re
comprehensible graph image is found, a parser for it may be added.</p>
<p>The above example is recorded as follows:</p>
+<div class="precontain">
<code>
digraph {
1 [label="puts"]
@@ -63,6 +64,7 @@ digraph {
1 -> 3 [label="in"]
}
</code>
+</div>
<p>Source code is available <a href="/cgit/cgit.cgi/esoteric.git/" target="_blank">here</a>.</p>