mirror of
https://github.com/moodle/moodle.git
synced 2025-04-12 20:12:15 +02:00
MDL-49032 lib/bennu: use HTAB only when folding lines
This commit is contained in:
parent
a9285cd5d4
commit
f66cc72387
@ -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…
x
Reference in New Issue
Block a user