wiki.techinc.nl/includes/diff
Fomafix 6c30fab960 Use double quotes instead of singe quotes for HTML attributes
htmlspecialchars[1] encodes only double quotes not single quotes.
Therefor the HTML attribute must enclosed with double quotes for
correct output encoding.

[1] https://secure.php.net/manual/en/function.htmlspecialchars.php

Change-Id: I3fec5299585187ed70d62b9248007af34b0db85b
2017-07-26 22:56:52 +00:00
..
ArrayDiffFormatter.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ComplexityException.php Rethink diff limits 2016-06-01 16:30:58 -07:00
DairikiDiff.php Remove auto-generated "Constructor" documentation on constructors 2017-07-21 12:19:30 +02:00
DiffEngine.php Remove empty lines at begin of function, if, foreach, switch 2017-07-01 11:34:16 +00:00
DifferenceEngine.php Use double quotes instead of singe quotes for HTML attributes 2017-07-26 22:56:52 +00:00
DiffFormatter.php Remove empty lines at begin of function, if, foreach, switch 2017-07-01 11:34:16 +00:00
TableDiffFormatter.php Remove empty lines at begin of function, if, foreach, switch 2017-07-01 11:34:16 +00:00
UnifiedDiffFormatter.php DiffFormatter: Don't mess with PHP output buffering 2016-01-27 19:31:17 -05:00
WordAccumulator.php Miscellaneous indentation tweaks 2017-02-27 19:23:54 +01:00
WordLevelDiff.php Remove empty lines at end of functions 2016-11-05 11:55:10 +01:00