Menu

#292 Text under pre tag is not decoded in StringBean

open
5
2012-03-01
2012-03-01
plad
No

When using String bean to extract text from the following html:

<html><body><pre>&nbsp;</pre>aaa &nbsp;</body></html>

We get "&nsbp aaa"
We should get " aaa" (which is the result when trying to render the html).

Decoding the string should still be done.

Discussion


Log in to post a comment.