Closed (duplicate)
Project:
Diff
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Sep 2008 at 21:49 UTC
Updated:
8 Oct 2012 at 18:30 UTC
I cannot figure out how to filter out the HTML on the diff page (supposedly should be able to replace with new lines).
I've read the threads - I've messed around - I must be missing something...
Please just give me some direction...
Thanks in advance
Comments
Comment #1
stacysimpson commentedDitto. I installed the latest diff module (version 2.1) and do not see how to filter out HTML tags from the displayed diff output. Is this supported natively now, or do we need to incorporate a patch of some sort.
Comment #2
stacysimpson commentedWe hacked into the diff module to strip out HTML stuff before comparing various revisions. Our customers only care when the raw content changes...not formatting. It would be nice to have this as a configurable options.
Comment #3
stacysimpson commentedHere are the changes to node.inc's node_diff():
Comment #4
mitchell commentedMarking as a duplicate of #458672: Use real HTML-Diff algorithm in Drupal Diff module.