ui: preserve blank lines between verses in customer lyrics view

This commit is contained in:
Troll (Hermes Agent) 2026-08-03 18:42:31 +00:00
parent d44882c237
commit 06db9f3e55

View file

@ -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>