aboutsummaryrefslogtreecommitdiff
path: root/doc/code.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/code.html')
-rw-r--r--doc/code.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/code.html b/doc/code.html
index 45fd21a..4668b7a 100644
--- a/doc/code.html
+++ b/doc/code.html
@@ -59,7 +59,7 @@ Applies the Base 64 content coding to a string.
59<p class=parameters> 59<p class=parameters>
60<tt>Content</tt> is the string to be encoded. 60<tt>Content</tt> is the string to be encoded.
61If <tt>single</tt> is set to anything 61If <tt>single</tt> is set to anything
62but <tt>nil</tt>, the output is returned as a single 62but <b><tt>nil</tt></b>, the output is returned as a single
63line, otherwise the function splits the content into 76 character long 63line, otherwise the function splits the content into 76 character long
64lines after encoding. 64lines after encoding.
65</p> 65</p>