зеркало из https://github.com/mozilla/gecko-dev.git
Bug 150653. Fixing a comment for nsHTMLEntities::UnicodeToEntity(). Patch by alge@samsen.com. r=choess, sr=vidur
This commit is contained in:
Родитель
4273771ac4
Коммит
5c3c0171ee
|
@ -56,7 +56,7 @@ public:
|
|||
static PRInt32 EntityToUnicode(const nsCString& aEntity);
|
||||
|
||||
/**
|
||||
* Translate an entity string into it's unicode value. This call
|
||||
* Translate a unicode value into an entity string. This call
|
||||
* returns null if the entity cannot be mapped.
|
||||
* Note that the string returned DOES NOT have the leading "&" nor
|
||||
* the trailing ";" in it.
|
||||
|
|
|
@ -56,7 +56,7 @@ public:
|
|||
static PRInt32 EntityToUnicode(const nsCString& aEntity);
|
||||
|
||||
/**
|
||||
* Translate an entity string into it's unicode value. This call
|
||||
* Translate a unicode value into an entity string. This call
|
||||
* returns null if the entity cannot be mapped.
|
||||
* Note that the string returned DOES NOT have the leading "&" nor
|
||||
* the trailing ";" in it.
|
||||
|
|
Загрузка…
Ссылка в новой задаче