Skip to content
New issue

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

<p> <b> inhibits line break #305

Closed
pgundlach opened this issue Jan 15, 2021 · 1 comment
Closed

<p> <b> inhibits line break #305

pgundlach opened this issue Jan 15, 2021 · 1 comment
Assignees
Labels
Milestone

Comments

@pgundlach
Copy link
Member

Version 4.3.1

<?xml version="1.0" encoding="UTF-8"?>
<Layout xmlns="urn:speedata.de:2009/publisher/en" xmlns:sd="urn:speedata:2009/publisher/functions/en">

  <Pageformat width="5cm" height="6cm" />
  <DefineTextformat name="text" html-vertical-spacing="all" />

  <Record element="data">
    <PlaceObject>
      <Textblock>
        <Paragraph html="all">
          <Value select="."/>
        </Paragraph>
      </Textblock>
    </PlaceObject>
  </Record>
</Layout>
<data>
    <p>a</p>
    <p><b>b</b></p>
</data>

renders as

ab

should render as

a
b
@pgundlach pgundlach added the Bug label Jan 15, 2021
@pgundlach pgundlach added this to the Version 4.4 milestone Jan 15, 2021
@pgundlach pgundlach self-assigned this Jan 15, 2021
@pgundlach pgundlach modified the milestones: Version 4.4, 4.3.2 Jan 19, 2021
@pgundlach
Copy link
Member Author

Fixed in 4.3.2

pgundlach added a commit that referenced this issue Jan 19, 2021
This adds support for multiple br tags in HTML mode. 

This fixes #303 and #305
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant