[iCalendar,vEvent,vComponent] Fix the line wrapping in V* components.
commit9412adffba0ffb1d673c0dcaad5acc2c196d8b68
authorAndrew McMillan <andrew@morphoss.com>
Fri, 10 Sep 2010 11:55:05 +0000 (10 23:55 +1200)
committerAndrew McMillan <andrew@morphoss.com>
Fri, 10 Sep 2010 11:58:17 +0000 (10 23:58 +1200)
tree00ca9e4d9395d2daad28cb7c04a147675f8670f6
parent39ce4f82534b5189a77765ff1f02306daeac0e19
[iCalendar,vEvent,vComponent] Fix the line wrapping in V* components.

The wordwrap was not being done in a repeatably reversible manner
due to a misguided effort to make it more readable.  This gives up
on readability in favour of reversability.
inc/iCalendar.php
inc/vComponent.php
inc/vEvent.php