This doesn't work:
<dc:description>This is the note I want to display</dc:description>
This works:
<dc:description><div><p></p><p>This is the note I want to display</p></div></dc:description>
Wrapping the text with:
<div><p></p><p>
and
</p></div>
solved the problem.
I have no idea why. Maybe somebody understands.
|