Opened 19 years ago
Closed 19 years ago
#4367 closed defect (fixed)
Movie titles in Mythweb video are displayed incorrectly, if they are written in languages other than english
| Reported by: | Owned by: | Rob Smith | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythweb | Version: | unknown |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
If title of movie in mythweb video module is written in non-english language, than it appears garbled. I attached small patch to fix that.
Attachments (2)
Change History (4)
by , 19 years ago
| Attachment: | mythweb.patch added |
|---|
by , 19 years ago
| Attachment: | mythweb.2.patch added |
|---|
comment:1 by , 19 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
Kormoc, please use html_entities() instead of htmlentities()... Should make sure that's applied throughout the rest of the video stuff (and will not need this patch if you do).
Note:
See TracTickets
for help on using tickets.

Final version.