View Single Post
Old 01-18-2021, 06:09 PM   #9
Thom*
The Fumbler
Thom* began at the beginning.
 
Posts: 66
Karma: 10
Join Date: Jun 2015
Device: android 4.2/fbreader
This doesn't work:
<dc:description>This is the note I want to display</dc:description>

This works:
<dc:description>&lt;div&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;This is the note I want to display&lt;/p&gt;&lt;/div&gt;</dc:description>

Wrapping the text with:
&lt;div&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;
and
&lt;/p&gt;&lt;/div&gt;
solved the problem.

I have no idea why. Maybe somebody understands.
Thom* is offline   Reply With Quote