diff options
author | Michael Hamann <michael@content-space.de> | 2013-04-21 12:58:46 -0700 |
---|---|---|
committer | Michael Hamann <michael@content-space.de> | 2013-04-21 12:58:46 -0700 |
commit | 9a1c1c52f3c70d6f48bdfc5d0c2cb88b61672088 (patch) | |
tree | ac62a692403dd2388bb2d702c0552308d352a161 /inc/DifferenceEngine.php | |
parent | 313fdae7cd442f7ea3dedf764ee0cfd40e482fd9 (diff) | |
parent | f755f63a3beef948a8d179c0e0860041f4f86db5 (diff) | |
download | rpg-9a1c1c52f3c70d6f48bdfc5d0c2cb88b61672088.tar.gz rpg-9a1c1c52f3c70d6f48bdfc5d0c2cb88b61672088.tar.bz2 |
Merge pull request #211 from splitbrain/nonwikidiffs
Fix double encoding of html diff output in syndicated feeds and subscrition emails
Diffstat (limited to 'inc/DifferenceEngine.php')
-rw-r--r-- | inc/DifferenceEngine.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/DifferenceEngine.php b/inc/DifferenceEngine.php index e0fbf8e03..783d6bea5 100644 --- a/inc/DifferenceEngine.php +++ b/inc/DifferenceEngine.php @@ -1004,6 +1004,8 @@ class InlineWordLevelDiff extends MappedDiff { * "Unified" diff formatter. * * This class formats the diff in classic "unified diff" format. + * + * NOTE: output is plain text and unsafe for use in HTML without escaping. */ class UnifiedDiffFormatter extends DiffFormatter { |