SushmitaSen / syntaxhighlighter

Automatically exported from code.google.com/p/syntaxhighlighter
GNU General Public License v3.0
0 stars 0 forks source link

Syntax highlight with Java Generics in WordPress 3.0.4 #169

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a Wordpress article with following content
2. <pre class="brush: java">
List<Integer> list = new ArrayList<Integer>();
</pre>
3. When you look at the page it is displaying like in screen shoot. If you see 
closely, Instead of Displaying List<Integer> list = new ArrayList<Integer>();

It is displaying List<integer> list = new ArrayList<integer>(); 

It should be Integer instead of integer

And Getting </integer></integer> in the other line

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by yesanum...@gmail.com on 11 Jan 2011 at 6:08

Attachments:

GoogleCodeExporter commented 9 years ago
Only work around I found so far is using < for < and > for >. Is there any 
permanat fix for this. This issue is happening in all browsers.

Original comment by yesanum...@gmail.com on 11 Jan 2011 at 8:42

GoogleCodeExporter commented 9 years ago
I am also having this problem.  Any progress on it?  Could you tell me where to 
look into the code to fix it?  Thanks.

Original comment by guido.ga...@gmail.com on 29 Oct 2011 at 10:49