Jump to content

Possible Bug with $sanitizer->truncate() keepFormatTags


joer80
 Share

Recommended Posts

If I pass in rich text content with <p> tags into  $sanitizer->truncate(), it seems to strip out the p tags even if I pass in the keepFormatTags option.  Can anyone else confirm?

$s = $sanitizer->truncate($news_story->content, ['type' => 'sentence','maxLength' => 600,'keepFormatTags' => true]);

Thanks!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...