White space added after each removed tag

Created on 2 December 2013, over 11 years ago
Updated 9 January 2025, 3 months ago

When the module removes a tag, it adds a white space in it's place.
Example:
<a href="example.com">This is a link</a>.
will turn into
This is a link .
(notice the space before the dot)

It seems that the source of this bug is this preg_replace:

            // Strip tags
            $output = strip_tags(str_replace('<', ' <', $output));

By the way, why do you use strip_tags() instead of Drupal's filter_xss() function?

πŸ› Bug report
Status

Closed: outdated

Version

1.0

Component

Code

Created by

πŸ‡·πŸ‡ΊRussia TonyK

Live updates comments and jobs are added and updated live.
  • Needs reroll

    The patch will have to be re-rolled with new suggestions/changes described in the comments in the issue.

Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024