aboutsummaryrefslogtreecommitdiff
path: root/html/elispmarkup.php3
diff options
context:
space:
mode:
authorDavid Aspinall2000-09-14 13:31:05 +0000
committerDavid Aspinall2000-09-14 13:31:05 +0000
commita377479a7228bc45f065cd10fe69aec51dc5ce5a (patch)
tree48d862bd4d781d4de392d17cbfe9ee3e01fbf53a /html/elispmarkup.php3
parent38b4f479953024cdb0e2e6bc9ac4d4945852d326 (diff)
Updates
Diffstat (limited to 'html/elispmarkup.php3')
-rw-r--r--html/elispmarkup.php34
1 files changed, 2 insertions, 2 deletions
diff --git a/html/elispmarkup.php3 b/html/elispmarkup.php3
index 3a8528f4..2e21180c 100644
--- a/html/elispmarkup.php3
+++ b/html/elispmarkup.php3
@@ -66,9 +66,9 @@ function outline_markup($filename,$thispage,$expanded) {
print "This is a flattened outline file: click on a title to hide/reveal the leaf underneath it.";
print "<br>Click ";
print "<a href=\"$thispage?file=" . urlencode($filename);
- print "&expanded=all\">here</a> to show body, or ";
+ print "&expanded=all\">here</a> to show whole body, or ";
print "<a href=\"$thispage?file=" . urlencode($filename);
- print "\">here</a> to hide all.";
+ print "\">here</a> to hide whole body.";
print "</i></p>\n";
} elseif ($outline) {
if (ereg("^ *\n",$line)) {