Closed (cannot reproduce)
Project:
Drupal.org site moderators
Component:
Other
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Oct 2011 at 20:54 UTC
Updated:
17 Apr 2015 at 17:16 UTC
Jump to comment: Most recent
Comments
Comment #1
rfayRelated: #198179: Input filtering order causes invalid XHTML
Comment #2
kingandyI don't think we want linkification filter before the code filter. If a the code filter finds HTML inside a code block, it gets escaped like so:
I think the only way to do it would be to have a custom URL filter that is aware of the code filter's function and and ignores any URLs found inside <code> blocks.
Comment #3
mr.baileysMarked #1396874: URLs in PHP snippets broken as duplicate.
Comment #4
geerlingguy commentedMarked #1644662: Links in comment as PHP code breaking the syntax as duplicate.
Comment #5
tvn commentedThis seems to be fixed. Probably during the D7 upgrade.