https://bugs.documentfoundation.org/show_bug.cgi?id=93320

            Bug ID: 93320
           Summary: Export of bulleted lists to HTML
           Product: LibreOffice
           Version: 5.0.0.5 release
          Hardware: x86-64 (AMD64)
                OS: Windows (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Writer
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: m.darli...@ucl.ac.uk

Created attachment 117805
  --> https://bugs.documentfoundation.org/attachment.cgi?id=117805&action=edit
Source bulleted list document

When a plain bulleted list is exported to HTML, the result is incorrect, and is
then rendered incorrectly (line break between bullet and text) in browsers.

The HTML export from the attached file is:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
    <meta http-equiv="content-type" content="text/html; charset=windows-1252"/>
    <title></title>
    <meta name="generator" content="LibreOffice 5.0.0.5 (Windows)"/>
    <meta name="created" content="2015-08-07T17:52:16.680000000"/>
    <meta name="changed" content="2015-08-07T17:53:18.888000000"/>
    <style type="text/css">
        @page { margin: 2cm }
        p { margin-bottom: 0.25cm; line-height: 120% }
        h1 { margin-bottom: 0.21cm }
        h1.western { font-family: "Liberation Sans", sans-serif; font-size:
18pt }
        h1.cjk { font-family: "Microsoft YaHei"; font-size: 18pt }
        h1.ctl { font-family: "Mangal"; font-size: 18pt }
    </style>
</head>
<body lang="en-GB" dir="ltr">
<h1 class="western">This is a Test List</h1>
<ul>
    <li/>
<p style="margin-bottom: 0cm; line-height: 100%">Bullet 1</p>
    <li/>
<p style="margin-bottom: 0cm; line-height: 100%">Bullet 2</p>
    <li/>
<p style="margin-bottom: 0cm; line-height: 100%">Bullet 3</p>
</ul>
<p style="margin-bottom: 0cm; line-height: 100%"><br/>

</p>
</body>
</html>


The problem of anomalous behaviour may also go back further in time than
indicated.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to