-
Notifications
You must be signed in to change notification settings - Fork 1.6k
html entities problem #385
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
Comments
Some HTML entities are escaped, so that it would not affect HTML. But this should not have side effects. Here is code snippet that makes string html safe:
I just tested sample with quotes, and quotes are displayed normally in the suggestion list. |
Hi, I seem have the same problem, the issue is the search highlighting is applied to the HTML entities, so for example searching for
This is done in the Below is a patch which sort of fixes it, we escape HTML entities after adding the strong tags, and then un-escape the strong tags again. It's not a pretty solution, but in my case it's "good enough", and my mind doesn't offer a better solution right this minute... Thanks ;-)
|
…ng on empty strings
Hello,
When my suggestions have double quotes the script convert the visual char to the releavent html entities.
I searched and didn't found someone complain on the same issue and that very odd.
I'm using jquery 1.11.3 and the latest plugin release.
the website is in hebrew.
Thanks.
The text was updated successfully, but these errors were encountered: