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.
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
Comment #1
mundanity commentedHi 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).Comment #2
mundanity commentedsee #346336
Comment #3
sersim commentedhttp://drupal.org/node/360292