mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 15:26:07 +00:00
added default XML apos entity; no bug #. This update (and my last) were reviewed by peterl
This commit is contained in:
parent
e0db1d2ce7
commit
422b805f01
@ -296,7 +296,8 @@ HTML_ENTITY(lsaquo, 8249)
|
||||
HTML_ENTITY(rsaquo, 8250)
|
||||
HTML_ENTITY(euro, 8364)
|
||||
|
||||
// Navigator entity extensions
|
||||
// Navigator entity extensions; apos is from XML
|
||||
HTML_ENTITY(apos, 39)
|
||||
HTML_ENTITY(AMP, 38)
|
||||
HTML_ENTITY(COPY, 169)
|
||||
HTML_ENTITY(GT, 62)
|
||||
|
@ -296,7 +296,8 @@ HTML_ENTITY(lsaquo, 8249)
|
||||
HTML_ENTITY(rsaquo, 8250)
|
||||
HTML_ENTITY(euro, 8364)
|
||||
|
||||
// Navigator entity extensions
|
||||
// Navigator entity extensions; apos is from XML
|
||||
HTML_ENTITY(apos, 39)
|
||||
HTML_ENTITY(AMP, 38)
|
||||
HTML_ENTITY(COPY, 169)
|
||||
HTML_ENTITY(GT, 62)
|
||||
|
Loading…
x
Reference in New Issue
Block a user