diff --git a/sourcing/templates/view.html b/sourcing/templates/view.html index 1e14187..458c4e6 100644 --- a/sourcing/templates/view.html +++ b/sourcing/templates/view.html @@ -46,7 +46,7 @@

{%- endfor -%} {% else %} - {%- for start, line in iter_lines(text) if line -%} + {%- for start, line in iter_lines(text) if line != '\r\n' -%} {#

{% if line != "\n" and line != "\r\n" %}{{ line }}{% else %} {% endif %}

#}

{{ nbsp_at_start(line) }}