christianvuerings / jquery-lifestream

Show a stream of your online activity with jQuery
https://christianvuerings.github.io/jquery-lifestream/
MIT License
760 stars 133 forks source link

BUG: Newlines are not displayed #184

Closed westurner closed 9 years ago

westurner commented 9 years ago

Solution:

In examples.html, add:

ul.lifestream li { white-space: pre-wrap; }
christianvuerings commented 9 years ago

@westurner thanks - could you create a PR?

westurner commented 9 years ago

Created. Thanks again!

(You might update the project description URL to https://christianv.github.io/jquery-lifestream/ )

christianvuerings commented 9 years ago

Done, thanks!

On Thu, Dec 18, 2014 at 8:16 AM, Wes Turner notifications@github.com wrote:

Created. Thanks again!

(You might update the project description URL to https://christianv.github.io/jquery-lifestream/ )

— Reply to this email directly or view it on GitHub https://github.com/christianv/jquery-lifestream/issues/184#issuecomment-67449322 .

westurner commented 9 years ago

:+1: