Open chrisvire opened 2 months ago
To display the contents of an entry, there is a column in the database named xml which contains an XHTML fragment (not a complete document).
xml
You will need to look at the HTML that is being displayed in the phone (using chrome://inspect to see the HTML).
chrome://inspect
Depends on #680
To display the contents of an entry, there is a column in the database named
xml
which contains an XHTML fragment (not a complete document).You will need to look at the HTML that is being displayed in the phone (using
chrome://inspect
to see the HTML).