Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
f27c022e
Commit
f27c022e
authored
Aug 20, 2015
by
Joby Harding
Committed by
Eloy Lafuente (stronk7)
Sep 16, 2015
Browse files
MDL-49032 lib/bennu: use HTAB only when folding lines
parent
16eedce0
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/bennu/iCalendar_rfc2445.php
View file @
f27c022e
...
...
@@ -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
++
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment