Fixed displayed label.

This commit is contained in:
Christian P. MOMON 2018-02-19 14:14:07 +01:00
parent 85ee85c4f4
commit c37c51da69

View file

@ -328,7 +328,7 @@ public class Index_xhtml extends HttpServlet
display = new StringList();
display.append("<h3>Strategy ALL_ROWS</h3>");
display.append("+").appendln("<br/>");
display.append("page.setIterationStrategy(\"v\", SimpleTagData.IterationStrategy.ALL_ROWS);").appendln("<br/>");
display.append("page.setIterationStrategy(\"words\", SimpleTagData.IterationStrategy.ALL_ROWS);").appendln("<br/>");
display.append("=>").appendln("<br/>");
display.append(StringEscapeUtils.escapeXml(htmlTarget).replace("\n", "<br/>\n").replace(" ", "&#160;\n")).appendln("<br/>");