Veloman Yunkan 846404e959 Proper HTML encoding/decoding of tags in the frontend
- Tags in the OPDS feed are HTML encoded and must be decoded.

- Tag values must be HTML encoded when injected into the DOM:

  * When the injection is done by setting the innerHTML attribute of a
    DOM element, HTML encoding must be done explicitly (since that text
    is going to be parsed as HTML).

  * When the tag value is expanded into a string that is then set as an
    attribute of a DOM element via the setAttribute() method, no HTML
    encoding must be done (since Element.setAttribute() directly sets
    that value and no HTML decoding is involved in that operation).
2024-09-04 18:43:24 +04:00
..
2023-02-10 15:07:00 +01:00
2021-07-08 12:33:28 +02:00
2022-09-21 15:41:40 +04:00
2023-02-09 20:50:52 +05:30
2022-01-11 15:32:06 +01:00
2023-02-06 17:39:55 +01:00
2023-02-06 17:39:55 +01:00
2024-02-15 16:03:29 +01:00