| In: |
libraries/diff/diff.rb
|
changes by DenisMertz
** get the tag soup away
the tag soup problem was first reported with <p> tags, but it appeared also with <li>, <ul> etc... tags this version should mostly fix these problems
** added a Builder class to manage the creation of the final htmldiff
** use symbols instead of string to represent opcodes ** small fix to html2list