ui: preserve blank lines between verses in customer lyrics view
This commit is contained in:
parent
d44882c237
commit
06db9f3e55
1 changed files with 2 additions and 0 deletions
|
|
@ -121,6 +121,8 @@
|
|||
{% set line = line.strip() %}
|
||||
{% if line and not (line.startswith('[') and line.endswith(']')) %}
|
||||
<span class="lyric-line">{{ line }}</span>
|
||||
{% elif not line %}
|
||||
<br>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
|
|
|||
Reference in a new issue