BotBotMe / botbot-web

Web interface for BotBot.me
https://lincolnloop.com/blog/saying-goodbye-botbotme/
Other
152 stars 32 forks source link

Add newline characters between each line when viewing logs as text #159

Closed olivierbellone closed 8 years ago

olivierbellone commented 8 years ago

When viewing logs as text (e.g. https://botbot.me/freenode/stripe/2016-05-22.log), no newline characters are inserted between each line. This makes it needlessly hard to parse the logs.

This PR fixes the template used for the text view to append a newline character after each line.

ipmb commented 8 years ago

Thanks @olivierbellone!