Closed (outdated)
Project:
Drupal core
Version:
6.19
Component:
filter.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Nov 2010 at 22:19 UTC
Updated:
2 Mar 2016 at 22:18 UTC
Jump to comment: Most recent
Comments
Comment #1
dddave commentedI cannot reproduce this. Can anybody else?
Comment #2
ndeschildre commentedI confirm, for Drupal 6.20 here.
When using the "convert line breaks into HTML" filter, it duplicates HTML comments. And commenting the following line (filter.module, function _filter_autop($text)):
it works.
Annoying for modules that use HTML comments as placeholders.