charliemchapman / podkit

1 stars 0 forks source link

Fix trim on episode fields #6

Closed charliemchapman closed 6 years ago

charliemchapman commented 6 years ago

Right now I'm trimming whitespace on episode fields so their isn't a huge gap from the way xml serializes. This is happening during the render, so it trims whitespace as you type it, so you can't add a space at the beginning or the end.

This needs to be moved, probably during the initial deserialization.