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 @@
     </p>
   {%- endfor -%}
 {% else %}
-  {%- for start, line in iter_lines(text) if line -%}
+  {%- for start, line in iter_lines(text) if line != '\r\n' -%}
     {# <p data-start="{{ start }}">{% if line != "\n" and line != "\r\n" %}{{ line }}{% else %}&nbsp;{% endif
 %}</p>#}
     <p data-start="{{ start }}">{{ nbsp_at_start(line) }}</p>