From: Zoranzoki21 Date: Wed, 28 Aug 2019 04:36:04 +0000 (+0200) Subject: Fix entites typos X-Git-Tag: 1.34.0-rc.0~532^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/%27%20.%20url_absolue%28_DIR_IMG_PACK%20.%20%27searching.gif%27%29.?a=commitdiff_plain;h=ea40cc2dcb41d3ff3d05d9471535ac93f4904b32;p=lhc%2Fweb%2Fwiklou.git Fix entites typos Bug: T201491 Change-Id: I241fda87b0e53e804f6bdd48eb975a79e9f176d2 --- diff --git a/includes/libs/mime/XmlTypeCheck.php b/includes/libs/mime/XmlTypeCheck.php index 65cc54bdff..f25287fc7d 100644 --- a/includes/libs/mime/XmlTypeCheck.php +++ b/includes/libs/mime/XmlTypeCheck.php @@ -422,7 +422,7 @@ class XmlTypeCheck { * * Only contains entity definitions (e.g. No 255 bytes). diff --git a/includes/rcfeed/IRCColourfulRCFeedFormatter.php b/includes/rcfeed/IRCColourfulRCFeedFormatter.php index ff85c90614..4bdaca51c2 100644 --- a/includes/rcfeed/IRCColourfulRCFeedFormatter.php +++ b/includes/rcfeed/IRCColourfulRCFeedFormatter.php @@ -132,7 +132,7 @@ class IRCColourfulRCFeedFormatter implements RCFeedFormatter { } /** - * Remove newlines, carriage returns and decode html entites + * Remove newlines, carriage returns and decode html entities * @param string $text * @return string */