Opened 13 years ago
Closed 13 years ago
Last modified 13 years ago
#11664 closed Bug Report - General (fixed)
Templated text sometimes disappears after 8e614f1c895
| Reported by: | paulh | Owned by: | JYA |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.27 |
| Component: | MythTV - User Interface Library | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Noticed it on the Watch Recording screen in MythCenter-wide were the program description and start time sometimes disappears after a short delay.
Seems to be related to having | in the template text.
Change History (3)
Note:
See TracTickets
for help on using tickets.

Is this template: %startdate%%| startyear%, %starttime%
means anything or is this just a bug ? and should be: %startdate% %startyear%, %starttime% ?