pagination breaks up pages by word count and does not take any care to close open div tags or table tags or whatever. this is a recipe for layout meltdown.

Comments

mundanity’s picture

Hi Mosche,

When paging by word count, pagination uses Drupal's node_teaser() to do the splits. For most content this should be fine, as it will break after a paragraph, which should contain any added HTML. If you have a use case where it does affect HTML, please let me know (and preferably include a test case).

mundanity’s picture

Status: Active » Closed (duplicate)

see #346336

sersim’s picture