html - Less than and Greater than symbols are converting to '->' on the browser -
i working on spring mvc web application have static text inside jsp.
- using tiles render views
- declared
<meta charset="utf-8">
in baselayout jsp - add import on top of jsp "<%@ page language="java" contenttype="text/html;charset=utf-8"pageencoding="utf-8"%>"
i confused why browser converting > , < symbols wired direction symbols
-> , <-
this code snippet
<p>it's white powder > 90-95% degree of acetylation , ph of 7.0-8.0</p>
i have used >
no luck
please help.
Comments
Post a Comment