commit 698c6cc49b2bf06cf1a08d64b330e65f2714821c
parent ec415c652d9597e0cace0a251297a8feece7db5d
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 19 Nov 2016 20:00:45 +0100
more canonical indentation
Diffstat:
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/php/doc/tutorial.texi b/php/doc/tutorial.texi
@@ -426,11 +426,14 @@ transactions known to the backend.
Given this charge, the back office's main tasks are:
@itemize
-@item Allow the back office operator to specify a transaction ID, and display the corresponding
- wire transfer identifiers
-@item Allow the back office operator to specify a wire transfer ID, and display all of
- the corresponding transaction IDs
-@item Allow the back office operator to obtain a list of all transactions.
+@item
+Allow the back office operator to specify a transaction ID, and
+display the corresponding wire transfer identifiers
+@item
+Allow the back office operator to specify a wire transfer ID, and
+display all of the corresponding transaction IDs
+@item
+Allow the back office operator to obtain a list of all transactions.
@end itemize
We implement these with a simple HTML form. For simplicity, we have