We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When a title is set in the documents metadata it is not recognized by LibreOffice.
To Reproduce Steps to reproduce the behavior:
TextDocument
title
document.getMeta().setTitle('someTitle')
Expected behavior The title should be visible in LibreOffice.
Environment (please complete the following information):
Additional context Reason for this behavior seems to be a missing / at the end of the xmlns:dc declaraion.
/
xmlns:dc
xmlns:dc="http://purl.org/dc/elements/1.1"
xmlns:dc="http://purl.org/dc/elements/1.1/"
The text was updated successfully, but these errors were encountered:
63f3079
connium
No branches or pull requests
Describe the bug
When a title is set in the documents metadata it is not recognized by LibreOffice.
To Reproduce
Steps to reproduce the behavior:
TextDocument
title
withdocument.getMeta().setTitle('someTitle')
The title is empty.
Expected behavior
The title should be visible in LibreOffice.
Environment (please complete the following information):
Additional context
Reason for this behavior seems to be a missing
/
at the end of thexmlns:dc
declaraion.xmlns:dc="http://purl.org/dc/elements/1.1"
xmlns:dc="http://purl.org/dc/elements/1.1/"
The text was updated successfully, but these errors were encountered: