https://bugs.documentfoundation.org/show_bug.cgi?id=153839
Bug ID: 153839
Summary: Exporting to xhtml results in most of the tags and
content in one single line
Product: LibreOffice
Version: 4.0.6.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: enhancement
Priority: medium
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
Description:
When exporting the document into xhtml format, almost all the tags, including
<!DOCTYPE>, <html>, <head>, <meta>, <body>, ... etc don't have a newline \n
(and/or carriage return \r) after them, so most of the content are in one
single line. It didn't affect the result in a browser, but a lot more
difficult if we need to manually maintain the xhtml file.
Steps to Reproduce:
1. Save a document (or export it) as a xhtml file
2.
3.
Actual Results:
Most of the content are in one single line.
Expected Results:
Should split into multiple lines by each tag. It's easier to maintain manually
when necessary.
Reproducible: Always
User Profile Reset: No
Additional Info:
In 3.6.7.2 (版本 3.6.7.2 (組建 ID:e183d5b)) the tags and contents are split into
multiple lines.
Since 4.0.6.2 (版本 4.0.6.2 (組建 ID:2e2573268451a50806fcd60ae2d9fe01dd0ce24), the
second oldest version I installed in my system) it started becoming in all
single line.
--
You are receiving this mail because:
You are the assignee for the bug.