diff options
Diffstat (limited to 'doc/code.html')
-rw-r--r-- | doc/code.html | 2 |
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. |
61 | If <tt>single</tt> is set to anything | 61 | If <tt>single</tt> is set to anything |
62 | but <tt>nil</tt>, the output is returned as a single | 62 | but <b><tt>nil</tt></b>, the output is returned as a single |
63 | line, otherwise the function splits the content into 76 character long | 63 | line, otherwise the function splits the content into 76 character long |
64 | lines after encoding. | 64 | lines after encoding. |
65 | </p> | 65 | </p> |