mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-49032 lib/bennu: use HTAB only when folding lines
This commit is contained in:
parent
a9285cd5d4
commit
f66cc72387
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ function rfc2445_fold($string) {
|
|||
/* Add the portion to the return value, terminating with CRLF.HTAB
|
||||
As per RFC 2445, CRLF.HTAB will be replaced by the processor of the
|
||||
data */
|
||||
$retval .= $section.RFC2445_CRLF.RFC2445_WSP;
|
||||
$retval .= $section . RFC2445_CRLF . substr(RFC2445_WSP, 0, 1);
|
||||
|
||||
$i++;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue