diff --git a/sourcing/templates/base.html b/sourcing/templates/base.html index 0756ab2..d910e10 100644 --- a/sourcing/templates/base.html +++ b/sourcing/templates/base.html @@ -6,8 +6,10 @@ {% block title %}Xanadu{% endblock %} + + {% block style %} {% endblock %} diff --git a/sourcing/templates/view.html b/sourcing/templates/view.html index 3b4cd4d..da00a34 100644 --- a/sourcing/templates/view.html +++ b/sourcing/templates/view.html @@ -80,7 +80,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) }}