thereido / RatingSync

Keep ratings from movie websites in sync
GNU General Public License v3.0
0 stars 1 forks source link

Special characters look weird in titles on the ratings page #48

Closed thereido closed 1 year ago

thereido commented 1 year ago

PHP function "htmlentities()" is used on the titles before encoding the film objects into a array. On front end it is better without the encoding. The special characters are going through JSON and over HTML fine without encoding it.