wiki.techinc.nl/includes/diff
Tim Starling 09d9b6d5c0 WordAccumulator: use htmlspecialchars with ENT_NOQUOTES
PHP 8.1 adds single quotes to the list of encoded characters when
htmlspecialchars() is called with no flags. That's usually harmless,
but this instance breaks an extension test. So use ENT_NOQUOTES which is
optimal for text which is not inside a tag or attribute.

Bug: T322099
Change-Id: I3a2c385771b3f00a38a238bf745bd2997be60a9c
2022-11-02 12:38:02 +11:00
..
Hook Fix various documentation related to null types (part II) 2022-03-08 23:45:31 +00:00
ArrayDiffFormatter.php
ComplexityException.php
Diff.php
DiffEngine.php Use short array destructuring instead of list() 2022-10-21 15:33:37 +11:00
DifferenceEngine.php Use short array destructuring instead of list() 2022-10-21 15:33:37 +11:00
DifferenceEngineSlotDiffRenderer.php build: Update mediawiki/mediawiki-phan-config to 0.12.0 2022-10-08 15:45:42 +02:00
DiffFormatter.php
DiffOp.php
DiffOpAdd.php
DiffOpChange.php
DiffOpCopy.php
DiffOpDelete.php
RangeDifference.php
SlotDiffRenderer.php Pass array to Assert::parameterType when asserting multiple types 2022-06-18 09:34:36 +02:00
TableDiffFormatter.php
TextSlotDiffRenderer.php Fix many typos in comments 2022-05-10 12:46:11 +00:00
UnifiedDiffFormatter.php
UnsupportedSlotDiffRenderer.php
WordAccumulator.php WordAccumulator: use htmlspecialchars with ENT_NOQUOTES 2022-11-02 12:38:02 +11:00
WordLevelDiff.php Use short array destructuring instead of list() 2022-10-21 15:33:37 +11:00