Output shows extra css tags
-
I tried write a simple java code like this
List<Integer> myList = new ArrayList<>();
but the output is a mess!! this is the output.
<span class="typ">List</span><span class="pun"><</span><span class="typ">Integer</span><span class="pun">></span><span class="pln"> myList </span><span class="pun">=</span><span class="pln"> </span><span class="kwd">new</span><span class="pln"> </span><span class="typ">ArrayList</span><span class="pun"><>();</span>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Output shows extra css tags’ is closed to new replies.