BubikolRamios
11-08-2010, 05:42 PM
I gues this is HTML question.
in jsp I got this code
<%=sessionGalery.comments[i].split("~~")[1]%>
which I see in debuger that it contains "<br />something<br />", as it should.
What actualy appears on HTML(that is jsp) page is: "<br>something<br>".
Any idea why is that ?
in jsp I got this code
<%=sessionGalery.comments[i].split("~~")[1]%>
which I see in debuger that it contains "<br />something<br />", as it should.
What actualy appears on HTML(that is jsp) page is: "<br>something<br>".
Any idea why is that ?