-
You want to be really careful when you are using & in code, reason being is that sometimes it can be interpreted as an AND in code and can cause some unexpected things to happen. To keep it safe, you'…
-
You want to be really careful when you are using & in code, reason being is that sometimes it can be interpreted as an AND in code and can cause some unexpected things to happen. To keep it safe, you'…
-
# Checklist
- [x] I am sure the error is coming from Pyrogram's code and not elsewhere.
- [x] I have searched in the issue tracker for similar bug reports, including closed ones.
- [x] I ran `pip3 …
-
```
When insert a string (name, description) in database which contain a special
caraters (ex: éàèç) this isn't convert in html entities
In include/functions.php add this :
function encode_html($st…
-
I am having this issue... the most similar thing seems to be #170 (in that i can't xdebug and would like to see/debug the communication at protocol level to have a clearer idea) but in my case using t…
-
At this point it seems to be impossible to disable HTML escaping of select option labels. Here is an [entry point into the code](https://github.com/zendframework/zend-form/blob/1e34504d29f36f870e72a4a…
-
The Html is displayed as is with the HTML entities displayed as if it were part of the formatted output.
This only happens when editing an existing project.
It is expected that the HTML would be p…
-
We recently had 2 cases of additional HTML entities in places where we expected raw text. I suggest that we add a transformation from HTML to text for all regex values that we expect to not contain HT…
-
Either encode html entities in json responses OR make sure that it happens by default in JSON.net
-
```
When insert a string (name, description) in database which contain a special
caraters (ex: éàèç) this isn't convert in html entities
In include/functions.php add this :
function encode_html($st…