Small edit to ied_plugin_composer for RFC 2045
Published by Sara Jacobson
Jan 14, 2008 10:59 PM under TextPattern
Big title, tiny edit:
edit the plugin and replace line 396:
| '.base64_encode(serialize($plugin)); |
with
| '.chunk_split(base64_encode(serialize($plugin))); |
This breaks the plugin code into nice lines of 76 chars when you save it as a txt file.
Comments
1
ClubPenguinCheats - Jun 19, 12:36 AM