Fix entites typos
Bug: T201491 Change-Id: I241fda87b0e53e804f6bdd48eb975a79e9f176d2
This commit is contained in:
parent
4f8378775b
commit
ea40cc2dcb
2 changed files with 2 additions and 2 deletions
|
|
@ -422,7 +422,7 @@ class XmlTypeCheck {
|
|||
* * Only contains entity definitions (e.g. No <!ATLIST )
|
||||
* * Entity definitions are not "system" entities
|
||||
* * Entity definitions are not "parameter" (i.e. %) entities
|
||||
* * Entity definitions do not reference other entites except &
|
||||
* * Entity definitions do not reference other entities except &
|
||||
* and quotes. Entity aliases (where the entity contains only
|
||||
* another entity are allowed)
|
||||
* * Entity references aren't overly long (>255 bytes).
|
||||
|
|
|
|||
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue