Have alignments placed if HTML is on (#296)

This commit is contained in:
Jerin Philip 2022-01-03 12:27:41 +00:00 committed by GitHub
parent 3883dd1971
commit 81c21928d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ class ResponseBuilder {
buildQualityScores(histories, response);
}
if (responseOptions_.alignment) {
if (responseOptions_.alignment || responseOptions_.HTML) {
buildAlignments(histories, response);
}
html_.restore(response);