@KelsonV it could be an idea to check the contents of your summary fields' values for HTML, and if they contain HTML, to set type=html
for that field too. (Simplest test would probably be to check if it contains <p>
I guess)
The w3c validator [validator.w3.org] is currently warning that a summary may not contain HTML unless declared in type attribute.
It also complains about an unexpected p-end tag in the first entry, but I'm not quite sure why...
Anyway, you got yourself a nice solution :D