Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In java, the code with <> will be ignored when submit the code using Code Insert button #6

Closed
jaychang0917 opened this issue Jun 23, 2014 · 2 comments
Assignees

Comments

@jaychang0917
Copy link

e.g.
Range<Integer> acceptRange = Range.closed(1, 10);

will be replaced to

Range acceptRange = Range.closed(1, 10);

@jaychang0917 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
@AndiDittrich AndiDittrich self-assigned this Jun 23, 2014
@AndiDittrich
Copy link
Member

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 :(

best regards, Andi

@AndiDittrich
Copy link
Member

fixed in v2.3 - i will release this version in a few days

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants