diff --git a/templates/player.html b/templates/player.html index 606d454..00aacb8 100644 --- a/templates/player.html +++ b/templates/player.html @@ -121,6 +121,8 @@ {% set line = line.strip() %} {% if line and not (line.startswith('[') and line.endswith(']')) %} {{ line }} + {% elif not line %} +
{% endif %} {% endfor %}