Fixed displayed label.
This commit is contained in:
parent
85ee85c4f4
commit
c37c51da69
1 changed files with 1 additions and 1 deletions
|
@ -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(" ", " \n")).appendln("<br/>");
|
||||
|
||||
|
|
Loading…
Reference in a new issue