lxzliuxinzhu / syntaxhighlighter

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

process Java generic types has a problem #162

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
process Java generic types has a problem:
List<String> -> List<STRING>
the "String" is changed to upper case.

Original issue reported on code.google.com by epinszteinic on 18 Aug 2009 at 5:48

GoogleCodeExporter commented 8 years ago
the problem will happen when use <pre> tag,
if use <textarea>, there is no problem

Original comment by epinszteinic on 18 Aug 2009 at 6:44