Changes between Initial Version and Version 1 of Ticket #22720, comment 1
- Timestamp:
- 12/04/2012 06:59:35 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22720, comment 1
initial v1 5 5 > There should be a line return between each item, so a blogger using the text mode can easily insert text between the images. 6 6 7 Yes, I agree with that. There is an items.join('')before sending a bunch of items to the editor. These should be joined by \n or \n\n instead.7 Yes, I agree with that. There is an `items.join('')` before sending a bunch of items to the editor. These should be joined by \n or \n\n instead.