Having "Full HTML" enabled with "HTML corrector" makes closing tags being on split lines to disappear.

For example, a fragment of a text like this:

  Blah blah blah <a
  href="http://pyropus.ca/software/getmail/">getmail</a> 4, blah blah blah

generates wrong HTML code, closing 'a' tag gets removed:

   Blah blah blah <a
  href="http://pyropus.ca/software/getmail/">getmail 4, blah blah blah

instead of keeping it.

Comments

adobo’s picture

Version: 6.0 » 6.14
bpirkle’s picture

+2

For now, I'm just editing node bodies in broken nodes as I find them, to put the links all on one line. This is on a Drupal 5 site with thousands of nodes, so manual is gonna be a pain. :(

Edit: an *upgraded* Drupal 5 site. We started with Drupal 5, now we're upgrading to Drupal 6 and have now noticed the broken nodes.

Status: Active » Closed (outdated)

Automatically closed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.