summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-06-29 19:13:49 +1000
committerJed Barber <jjbarber@y7mail.com>2017-06-29 19:13:49 +1000
commitf5be544bbb93998c059aa4addeaa02c32641611a (patch)
tree2f4126812236b3d1d7914dc082aebe251a29a979
parent931b27a04a5af60f297dd66288fd6163c277b181 (diff)
Tweaking capitalisation of lists
-rw-r--r--project/templates/adapad.html16
-rw-r--r--project/templates/grasp.html12
2 files changed, 14 insertions, 14 deletions
diff --git a/project/templates/adapad.html b/project/templates/adapad.html
index bc7912e..9408f80 100644
--- a/project/templates/adapad.html
+++ b/project/templates/adapad.html
@@ -30,14 +30,14 @@ FLTK.</p>
the feature list is similar, currently comprising:</p>
<ul>
- <li>cut/copy/paste</li>
- <li>unlimited undo/redo</li>
- <li>select all</li>
- <li>find/replace</li>
- <li>jump to</li>
- <li>word count</li>
- <li>word wrap</li>
- <li>optional line numbers</li>
+ <li>Cut/Copy/Paste</li>
+ <li>Unlimited Undo/Redo</li>
+ <li>Select All</li>
+ <li>Find/Replace</li>
+ <li>Jump To</li>
+ <li>Word Count</li>
+ <li>Word Wrap</li>
+ <li>Line Numbers</li>
</ul>
<p>This is approximately what I was going for. However, at the current time of writing it is still
diff --git a/project/templates/grasp.html b/project/templates/grasp.html
index c340483..bf6f79b 100644
--- a/project/templates/grasp.html
+++ b/project/templates/grasp.html
@@ -33,12 +33,12 @@ all instruction pointers have no more "next" edges to follow.</p>
specification</a>, the actions that can be performed are:</p>
<ul>
- <li>add or delete an edge</li>
- <li>change the value of a node</li>
- <li>add, subtract, multiply, divide, or modulo node values</li>
- <li>call and return from functions, which take the form of subgraphs with named entry points</li>
- <li>read and write from arbitrary file handles</li>
- <li>push, pop and pick a section of nodes arranged to act as a stack</li>
+ <li>Add or delete an edge</li>
+ <li>Change the value of a node</li>
+ <li>Add, subtract, multiply, divide, or modulo node values</li>
+ <li>Call and return from functions, which take the form of subgraphs with named entry points</li>
+ <li>Read and write from arbitrary file handles</li>
+ <li>Push, pop and pick a section of nodes arranged to act as a stack</li>
</ul>
<p>The execution of a node may be skipped by having "cond" edges pointing to either zero values or