Ok, I just noticed something I missed before that may be helpful. All proposed mods have completely removed all lines past the first paragraph break. I just set up an example event that should break after each line (skipping lines 4 and 6 just to see what would happen):
http://commons.lander.edu/kb/event/test-event/
— [event description begin] —
Line 1
Line 2
Line 3
Line 5
Line 7
— [ event description end] —
Currently, if no change is made the core file, the event description displays like this:
— [event description begin] —
Line 1 Line 2 Line 3 Line 5 Line 7
— [ event description end] —
With the 1st and 2nd suggested mods by Andy, I get this:
— [event description begin] —
Line 1
— [ event description end] —
With Casey’s mod, I get this:
— [event description begin] —
Line 1
— [ event description end] —
Hope this helps.