mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
9 lines
412 B
Plaintext
9 lines
412 B
Plaintext
A formatting class provided by the Text::Diff module, to add XHTML
|
|
markup to the unified diff format.
|
|
|
|
In the XHTML formatted by this module, the contents of the diff
|
|
returned by diff() are wrapped in a <div> element, as is each hunk
|
|
of the diff. Within each hunk, all content is properly HTML encoded
|
|
using HTML::Entities, and the various sections of the diff are marked
|
|
up with the appropriate XHTML elements.
|