From 02d74bfd8eff073033ca2338877d6fa33121d373 Mon Sep 17 00:00:00 2001 From: Bramble Xu Date: Wed, 28 Nov 2018 14:35:17 +0900 Subject: [PATCH] iss27: render linebreaks in document classification and seq2seq tasks --- app/server/templates/annotation/document_classification.html | 2 +- app/server/templates/annotation/seq2seq.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/server/templates/annotation/document_classification.html b/app/server/templates/annotation/document_classification.html index 4542fc5b..d2593a0e 100644 --- a/app/server/templates/annotation/document_classification.html +++ b/app/server/templates/annotation/document_classification.html @@ -31,7 +31,7 @@
- [[ docs[pageNumber].text ]] + [[ docs[pageNumber].text ]]
diff --git a/app/server/templates/annotation/seq2seq.html b/app/server/templates/annotation/seq2seq.html index 3b00ccc2..6d3d0fb8 100644 --- a/app/server/templates/annotation/seq2seq.html +++ b/app/server/templates/annotation/seq2seq.html @@ -4,7 +4,7 @@
- [[ docs[pageNumber].text ]] + [[ docs[pageNumber].text ]]