Skip to content

Commit

Permalink
minor XML fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kermitt2 committed Feb 8, 2024
1 parent 269c897 commit 86b03e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ public String extractAllReferencesString(List<String> texts,
(localArticlesBySegment != null && localArticlesBySegment.size()>0) ) {
// output text
String divID = KeyGen.getKey().substring(0,7);
resultTEI.append("\t\t<div>");
resultTEI.append("\t\t<div>\n");
resultTEI.append("\t\t\t<p id=\"_"+ divID +"\">");
String text = LayoutTokensUtil.toText(tokens);
// not affecting offsets:
Expand Down

0 comments on commit 86b03e8

Please sign in to comment.