diff --git a/app/templates/texts.html b/app/templates/texts.html index ffb60c9..02897aa 100644 --- a/app/templates/texts.html +++ b/app/templates/texts.html @@ -6,7 +6,7 @@ {% for text in texts %}

{{ text.title | safe }}

-

{{ text.byline|safe }}

+

{{ text.byline|striptags }}

{% endfor %} {% endblock %}