From 4a7f2dbb24f1c1332a6f0ad5f0533f22fe8e8f7d Mon Sep 17 00:00:00 2001 From: Patrick Jentsch Date: Thu, 23 Apr 2020 13:41:37 +0200 Subject: [PATCH] Add word-break to corpus file list. --- app/templates/corpora/corpus.html.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/corpora/corpus.html.j2 b/app/templates/corpora/corpus.html.j2 index 28b455df..a5f5b259 100644 --- a/app/templates/corpora/corpus.html.j2 +++ b/app/templates/corpora/corpus.html.j2 @@ -67,9 +67,9 @@ {% for file in corpus.files %} - {{ file.filename }} - {{ file.author }} - {{ file.title }} + {{ file.filename }} + {{ file.author }} + {{ file.title }} {{ file.publishing_year }} edit