Describe the bug
SeriesGuide displays double-spaces in episode descriptions as wider than single-spaces, unlike the TMDB site.
Screenshots
SeriesGuide episode with a double space between sentences:
Firefox/TMDB view of same episode - double space is not visible:
For comparison, SeriesGuide episode with a single space between sentences:
Firefox/TMDB view of same episode:
Smartphone (please complete the following information):
- Device: FxTec Pro1
- OS: Android 9.0
- Browser: Firefox 106.1.0
- SeriesGuide Version: 65.0.5
Additional context
I have been editing descriptions on TMDB to remove double-spaces where I find them, but given that they don't appear on that website (unless in editing mode), this is quite tricky!
It seems TMDB renders spaces in the "normal" HTML manner, where multiple consecutive spaces are reduced down to one. It seems SeriesGuide is rendering them as if they are "
" (I haven't actually checked SeriesGuide's code on this).
Given that TMDB is the data source, I think SeriesGuide should match the TMDB rendering rather than the other way round (that is, I'm not minded to suggest TMDB change so that they start displaying multiple spaces when present). In other words, I think SeriesGuide should trim double-spaces (and presumably any multiple number of spaces) within descriptions down to just one, or not replace them with "
", or whatever the cause is for this issue.
I haven't checked if the same problem happens in other fields, such as episode titles, season titles, season descriptions, so you might want to check that.
enhancement