You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e.g. Range<Integer> acceptRange = Range.closed(1, 10);
will be replaced to
Range acceptRange = Range.closed(1, 10);
The text was updated successfully, but these errors were encountered:
jaychang0917
changed the title
In java, the code with <> will be ignore when submit the code using Code Insert button
In java, the code with <> will be ignored when submit the code using Code Insert button
Jun 23, 2014
Dear nextchi,
thank's for your contribution. i will fix it with the next release. htmlspecialchars didn't got escaped currently and the TinyMCE will handle it as HTML-tag :(
e.g.
Range<Integer> acceptRange = Range.closed(1, 10);
will be replaced to
Range acceptRange = Range.closed(1, 10);
The text was updated successfully, but these errors were encountered: