diff --git a/src/diffenator2/templates/diffbrowsers_proofer.html b/src/diffenator2/templates/diffbrowsers_proofer.html index 39beb22..484e992 100644 --- a/src/diffenator2/templates/diffbrowsers_proofer.html +++ b/src/diffenator2/templates/diffbrowsers_proofer.html @@ -79,8 +79,9 @@

Glyphset: {{ glyph_set }}

{% for section_title, strings in section.items() %}
{{ section_title }}
- {% for string in strings %} -
{{ string }}
+ {% for sentence in strings %} +
+ {{ sentence["string"] }}
{% endfor %}
{% endfor %} @@ -98,8 +99,10 @@

Glyphset: {{ glyph_set }}

{% for section_title, strings in section.items() %}
{{ section_title }}
- {% for string in strings %} -
{{ string }}
+ {% for sentence in strings %} +
+ {{ sentence["string"] }} +
{% endfor %}
{% endfor %}