beets/beetsplug/web
udiboy1209 35eb60c393 More elegant fix to line break display problem for lyrics in web plugin
The javascript `replace` method was previously being used, which worked in a hacky way.
But the more elegant way to do it, as suggested by minitech on this question http://stackoverflow.com/questions/23440298 ,
is to use CSS, and make the browser automatically display white-spaces using `white-space: pre-wrap`
2014-05-03 10:31:02 +05:30
..
static More elegant fix to line break display problem for lyrics in web plugin 2014-05-03 10:31:02 +05:30
templates More elegant fix to line break display problem for lyrics in web plugin 2014-05-03 10:31:02 +05:30
__init__.py fix up some indentation warnings in plugins 2014-04-13 17:55:49 -07:00