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.

  1. using tiles render views
  2. declared <meta charset="utf-8"> in baselayout jsp
  3. 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 &gt; no luck

please help.


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -